aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-14 20:02:28 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-14 20:02:28 +0200
commit38a2a44b3d27ca29019cd0d75e60233ee9188c71 (patch)
tree6cd0e65ba5ce5b0884d5cd4085795e347b5fa509 /src/gfx.c
parentb7e6967886a25277af53e04ce6942b715b538644 (diff)
parentc5ec72027787c9cd5f5b36a46eb55f03fd95d894 (diff)
downloaduGFX-38a2a44b3d27ca29019cd0d75e60233ee9188c71.tar.gz
uGFX-38a2a44b3d27ca29019cd0d75e60233ee9188c71.tar.bz2
uGFX-38a2a44b3d27ca29019cd0d75e60233ee9188c71.zip
Merge branch 'GWIN'
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index 6a73d672..1791ef89 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -19,7 +19,7 @@ void DEPRECATED("Use gfxInit() instead") gdispInit() { gfxInit(); }
/* These init functions are defined by each module but not published */
extern void _gosInit(void);
-#if GFX_USE_GDISP && (GDISP_NEED_MULTITHREAD || GDISP_NEED_ASYNC)
+#if GFX_USE_GDISP
extern void _gdispInit(void);
#endif
#if GFX_USE_TDISP