diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-02-19 00:23:07 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-02-19 00:23:07 +1000 |
commit | fe6708c7a284fcd17082ef1b59ead564db47bcbc (patch) | |
tree | aa0f112bc2e745b2984242a35890022711e11279 /demos/modules/gwin/list | |
parent | 5f8ca40ef00e457b326b25615bca1348a15c23b8 (diff) | |
download | uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.gz uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.bz2 uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.zip |
Demo updates to fix compile issues.
Diffstat (limited to 'demos/modules/gwin/list')
-rw-r--r-- | demos/modules/gwin/list/gfxconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/list/gfxconf.h b/demos/modules/gwin/list/gfxconf.h index ebd35f05..505ff2cc 100644 --- a/demos/modules/gwin/list/gfxconf.h +++ b/demos/modules/gwin/list/gfxconf.h @@ -43,6 +43,7 @@ #define GWIN_NEED_WINDOWMANAGER TRUE #define GWIN_NEED_WIDGET TRUE + #define GWIN_NEED_LABEL TRUE #define GWIN_NEED_LIST TRUE #define GWIN_NEED_LIST_IMAGES TRUE |