aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-08-01 18:05:48 +1000
committerinmarket <andrewh@inmarket.com.au>2013-08-01 18:05:48 +1000
commit2e91479bd576160b475cc63d1f43cc119d90e187 (patch)
treef1a4583a3bf89f91380a66809a73057b62aafd8a /demos/modules/gwin/widgets/gfxconf.h
parent171276e85f14cae3702b98d026881f348c00b2e0 (diff)
downloaduGFX-2e91479bd576160b475cc63d1f43cc119d90e187.tar.gz
uGFX-2e91479bd576160b475cc63d1f43cc119d90e187.tar.bz2
uGFX-2e91479bd576160b475cc63d1f43cc119d90e187.zip
Add image support to GWIN Listboxes.
Updated GWIN widgets demo to match.
Diffstat (limited to 'demos/modules/gwin/widgets/gfxconf.h')
-rw-r--r--demos/modules/gwin/widgets/gfxconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h
index 9ca5580b..2b9d8f8f 100644
--- a/demos/modules/gwin/widgets/gfxconf.h
+++ b/demos/modules/gwin/widgets/gfxconf.h
@@ -83,7 +83,7 @@
#define GWIN_NEED_RADIO TRUE
#define GWIN_NEED_LIST TRUE
#define GWIN_NEED_IMAGE_ANIMATION TRUE
-
+#define GWIN_NEED_LIST_IMAGES TRUE
/* Features for the GINPUT sub-system. */
#define GINPUT_NEED_MOUSE TRUE