diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-18 20:28:33 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-18 20:28:33 +0100 |
commit | d5c52f342fab14acdef66c85c6c7f850290dd3f5 (patch) | |
tree | 6ac4eae965c9097302f2f92e4a004434da6f3ceb /include/gwin/gwin.h | |
parent | 3a08f65cfcd884b454e835e6319d949e51e0b428 (diff) | |
parent | 07f940e7999e6dfb3d04c2cd45f4c29c6e385f85 (diff) | |
download | uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.tar.gz uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.tar.bz2 uGFX-d5c52f342fab14acdef66c85c6c7f850290dd3f5.zip |
Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwin
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r-- | include/gwin/gwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 8e570229..4e1b7b58 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -45,7 +45,7 @@ typedef struct GWindowObject { coord_t x, y; // @< Position relative to parent coord_t width, height; // @< Dimensions of this window color_t color, bgcolor; // @< The current drawing colors - uint16_t flags; // @< Window flags (the meaning is private to the GWIN class) + uint32_t flags; // @< Window flags (the meaning is private to the GWIN class) #if GDISP_NEED_TEXT font_t font; // @< The current font #endif |