aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 9d1842da..54f93d27 100644
--- a/gui.h
+++ b/gui.h
@@ -12,6 +12,8 @@ static struct guiNode_t {
uint16_t y0;
uint16_t x1;
uint16_t y1;
+ uint16_t r1;
+ uint16_t r2;
uint8_t orientation;
uint8_t *active;
uint8_t *state;