diff options
author | Tectu <joel@unormal.org> | 2013-04-05 04:57:11 -0700 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-04-05 04:57:11 -0700 |
commit | 4719e96bebb3c98ad746cecc370da35a44d11cbf (patch) | |
tree | 1c2628cac2869e94ed6fe9246a0701a0784ca702 /gfxconf.example.h | |
parent | 55d41fe007e34d67737ca9abd11fb7ce2cc46bbc (diff) | |
parent | ee19104dbb51b98a8753414854cc6c5cdee42a55 (diff) | |
download | uGFX-4719e96bebb3c98ad746cecc370da35a44d11cbf.tar.gz uGFX-4719e96bebb3c98ad746cecc370da35a44d11cbf.tar.bz2 uGFX-4719e96bebb3c98ad746cecc370da35a44d11cbf.zip |
Merge pull request #58 from inmarket/master
GWIN Slider plus other cleanups
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index c9a91f2d..5d29600f 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -76,6 +76,7 @@ #define GWIN_NEED_BUTTON FALSE #define GWIN_NEED_CONSOLE FALSE #define GWIN_NEED_GRAPH FALSE +#define GWIN_NEED_SLIDER FALSE /* Features for the GEVENT subsystem. */ #define GEVENT_ASSERT_NO_RESOURCE FALSE |