diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-23 23:58:38 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-23 23:58:38 +0200 |
commit | 43a143588c8c62ab1474b896d5afd6c2bf11a8f3 (patch) | |
tree | d59054811f896ba6c9e9d34bd08c16bfa685ea21 /demos/modules/gwin/list/gfxconf.h | |
parent | c88e25b84fa8d18942df56592cec68f8371a8d41 (diff) | |
parent | a34c0ded1873121431eed41210b7f44c8271ac0a (diff) | |
download | uGFX-43a143588c8c62ab1474b896d5afd6c2bf11a8f3.tar.gz uGFX-43a143588c8c62ab1474b896d5afd6c2bf11a8f3.tar.bz2 uGFX-43a143588c8c62ab1474b896d5afd6c2bf11a8f3.zip |
Merge branch 'master' into gwin
Diffstat (limited to 'demos/modules/gwin/list/gfxconf.h')
-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 */ - |