diff options
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |