From 273d747b01c707decca7c4a5b50300434db99f87 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 24 Aug 2013 19:48:23 +0200 Subject: [PATCH] added list widget to gfxconf --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfxconf.example.h b/gfxconf.example.h index 9ed30159..65bc97f0 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -107,6 +107,7 @@ #define GWIN_NEED_CHECKBOX FALSE #define GWIN_NEED_IMAGE FALSE #define GWIN_NEED_RADIO FALSE +#define GWIN_NEED_LIST FALSE /* Features for the GEVENT subsystem. */ #define GEVENT_ASSERT_NO_RESOURCE FALSE