index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
gui.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 71ae04c1..ee7a4dc7 100644
--- a/
gui.h
+++ b/
gui.h
@@ -6,7 +6,7 @@
#include "glcd.h"
#include "touchpad.h"
-static struct guiNode_t {
+struct guiNode_t {
uint8_t type;
uint16_t x0;
uint16_t y0;