diff options
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct guiNode_t { uint16_t y1; uint16_t r1; uint16_t r2; + uint16_t shadow; uint8_t orientation; uint8_t *active; uint8_t *state; |