aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2017-03-04 17:01:02 +1000
committerinmarket <inmarket@ugfx.org>2017-03-04 17:01:45 +1000
commit3a0e49dabcbb9d138d81720cf7a315636a8ab2cb (patch)
treeadeff76cd4c5062daa69dae6d753f4a7293f5fbb /src/gfx.c
parentf934fc4a49c85baf534006e7180408cab674663c (diff)
downloaduGFX-3a0e49dabcbb9d138d81720cf7a315636a8ab2cb.tar.gz
uGFX-3a0e49dabcbb9d138d81720cf7a315636a8ab2cb.tar.bz2
uGFX-3a0e49dabcbb9d138d81720cf7a315636a8ab2cb.zip
Change the prototype for uGFXMain()
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 d13d173c..e35bcd3d 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -79,7 +79,7 @@ extern void _gosDeinit(void);
extern void _gtransDeinit(void);
#endif
#if GFX_OS_CALL_UGFXMAIN
- extern threadreturn_t uGFXMain(void *param);
+ extern void uGFXMain(void);
#endif
void gfxInit(void)