aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/slider/gfxconf.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-04-07 02:59:42 -0700
committerTectu <joel@unormal.org>2013-04-07 02:59:42 -0700
commit1d24b6977dd86d7fa68e5ddd451722430b371b78 (patch)
tree393c6669e4d683c84f53749e6ab189044d00f265 /demos/modules/gwin/slider/gfxconf.h
parent05aebebb8bcaa6213076ebf5e191974bb5741d46 (diff)
parent5412fa559673f46cdec652068eaaddcbb6271779 (diff)
downloaduGFX-1d24b6977dd86d7fa68e5ddd451722430b371b78.tar.gz
uGFX-1d24b6977dd86d7fa68e5ddd451722430b371b78.tar.bz2
uGFX-1d24b6977dd86d7fa68e5ddd451722430b371b78.zip
Merge pull request #63 from inmarket/master
GINPUT Dial. Simplify input -> GWIN widget assignment
Diffstat (limited to 'demos/modules/gwin/slider/gfxconf.h')
-rw-r--r--demos/modules/gwin/slider/gfxconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/slider/gfxconf.h b/demos/modules/gwin/slider/gfxconf.h
index 477d7d29..947fc4c8 100644
--- a/demos/modules/gwin/slider/gfxconf.h
+++ b/demos/modules/gwin/slider/gfxconf.h
@@ -53,5 +53,6 @@
/* Features for the GINPUT sub-system. */
#define GINPUT_NEED_MOUSE TRUE
+#define GINPUT_NEED_DIAL TRUE
#endif /* _GFXCONF_H */