diff options
author | Tectu <joel@unormal.org> | 2012-07-09 02:57:40 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-09 02:57:40 +0200 |
commit | 3e1a25f312037144ede8b7a4580a641e85bccc0f (patch) | |
tree | a1fbcfa2af8a39ab8996da3eb820c6826591da53 /gui.h | |
parent | a52e7325640ffc434f535523dc8c662f4a34bf35 (diff) | |
download | uGFX-3e1a25f312037144ede8b7a4580a641e85bccc0f.tar.gz uGFX-3e1a25f312037144ede8b7a4580a641e85bccc0f.tar.bz2 uGFX-3e1a25f312037144ede8b7a4580a641e85bccc0f.zip |
added member shadow to guiNode_t struct
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; |