aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-07-09 02:34:40 +0200
committerTectu <joel@unormal.org>2012-07-09 02:34:40 +0200
commit5022de27544acaf4aa577e2af0b78c6106a5d1ea (patch)
treea89e24ea6b570c550fb15c0b15f0c024af5d7753 /gui.h
parentbbfc86c17b9263a29e6359578ed74c105b3322a7 (diff)
downloaduGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.tar.gz
uGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.tar.bz2
uGFX-5022de27544acaf4aa577e2af0b78c6106a5d1ea.zip
compiler warning
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
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;