From 70222f8c8ddaccf1362f97f4c595d1d06ef680ef Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 26 Sep 2017 14:52:39 +0200 Subject: [PATCH] Updating /demos/modules/gwin/graph configuration file --- demos/modules/gwin/graph/gfxconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/modules/gwin/graph/gfxconf.h b/demos/modules/gwin/graph/gfxconf.h index b3b089ae..3fc8fde1 100644 --- a/demos/modules/gwin/graph/gfxconf.h +++ b/demos/modules/gwin/graph/gfxconf.h @@ -40,6 +40,8 @@ #define GFX_USE_GDISP TRUE #define GFX_USE_GWIN TRUE #define GFX_USE_GMISC TRUE +#define GFX_USE_GTIMER TRUE +#define GFX_USE_GQUEUE TRUE /* Features for the GDISP sub-system. */ #define GDISP_NEED_VALIDATION TRUE @@ -50,6 +52,9 @@ #define GWIN_NEED_WINDOWMANAGER TRUE #define GWIN_NEED_GRAPH TRUE +/* Features for the GQUEUE subsystem. */ +#define GQUEUE_NEED_ASYNC TRUE + /* Features for the GMISC subsystem. */ #define GMISC_NEED_FASTTRIG TRUE