aboutsummaryrefslogtreecommitdiffstats
path: root/android/opengles.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/opengles.c')
-rw-r--r--android/opengles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/opengles.c b/android/opengles.c
index 025f7dd..e90a477 100644
--- a/android/opengles.c
+++ b/android/opengles.c
@@ -133,7 +133,7 @@ BAD_EXIT:
}
int
-android_startOpenglesRenderer(int width, int height, OnPostFn onPost, void* onPostContext)
+android_startOpenglesRenderer(int width, int height, OnPostFunc onPost, void* onPostContext)
{
if (!rendererLib) {
D("Can't start OpenGLES renderer without support libraries");