diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-23 02:29:57 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-23 02:29:57 +0200 |
commit | 414d3ea0b845b8ef2601e67e3d5926fc005ed630 (patch) | |
tree | 7173f1bfd420cb905651c3a296c268a613b7323c /demos | |
parent | 33babb4c1a5b749faac6969681e8deff481c4344 (diff) | |
download | uGFX-414d3ea0b845b8ef2601e67e3d5926fc005ed630.tar.gz uGFX-414d3ea0b845b8ef2601e67e3d5926fc005ed630.tar.bz2 uGFX-414d3ea0b845b8ef2601e67e3d5926fc005ed630.zip |
fixing demo gfxconf.h
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/list/gfxconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/modules/gwin/list/gfxconf.h b/demos/modules/gwin/list/gfxconf.h index 505ff2cc..0e6d6d11 100644 --- a/demos/modules/gwin/list/gfxconf.h +++ b/demos/modules/gwin/list/gfxconf.h @@ -45,7 +45,7 @@ #define GWIN_NEED_WIDGET TRUE #define GWIN_NEED_LABEL TRUE #define GWIN_NEED_LIST TRUE - #define GWIN_NEED_LIST_IMAGES TRUE + #define GWIN_NEED_LIST_IMAGES FALSE /////////////////////////////////////////////////////////////////////////// @@ -91,4 +91,3 @@ #define GFX_USE_GMISC FALSE #endif /* _GFXCONF_H */ - |