From 0c7609b51e7c9660787c344ca8663b2dfab58551 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 7 Jul 2013 19:39:17 +1000 Subject: GDISP fix bug in non-multithread --- src/gdisp/gdisp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gdisp') diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c index 1b16ac53..5c0f4709 100644 --- a/src/gdisp/gdisp.c +++ b/src/gdisp/gdisp.c @@ -135,6 +135,10 @@ gdisp_lld_init(); gfxMutexExit(&gdispMutex); } +#else + void _gdispInit(void) { + gdisp_lld_init(); + } #endif #if GDISP_NEED_MULTITHREAD -- cgit v1.2.3