aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2016-02-13 13:03:15 +1000
committerinmarket <andrewh@inmarket.com.au>2016-02-13 13:03:15 +1000
commit410d1e756f19e57b10933afaf3b1b67abbc575e6 (patch)
tree4882c25352c4ced93110e6294ed50acd4ea10b44 /demos
parent71d72208b9c7550f104000df4690a5d3cba6caaa (diff)
downloaduGFX-410d1e756f19e57b10933afaf3b1b67abbc575e6.tar.gz
uGFX-410d1e756f19e57b10933afaf3b1b67abbc575e6.tar.bz2
uGFX-410d1e756f19e57b10933afaf3b1b67abbc575e6.zip
Add necessary setting to graph demo
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/graph/gfxconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/graph/gfxconf.h b/demos/modules/gwin/graph/gfxconf.h
index bc65beea..b3b089ae 100644
--- a/demos/modules/gwin/graph/gfxconf.h
+++ b/demos/modules/gwin/graph/gfxconf.h
@@ -44,6 +44,7 @@
/* Features for the GDISP sub-system. */
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_CLIP TRUE
+#define GDISP_NEED_MULTITHREAD TRUE
/* Features for the GWIN subsystem. */
#define GWIN_NEED_WINDOWMANAGER TRUE