From 410d1e756f19e57b10933afaf3b1b67abbc575e6 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 13 Feb 2016 13:03:15 +1000 Subject: [PATCH] Add necessary setting to graph demo --- demos/modules/gwin/graph/gfxconf.h | 1 + 1 file changed, 1 insertion(+) 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