summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/GLES/glext.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/opengl/GLES/glext.h')
-rw-r--r--make/stub_includes/opengl/GLES/glext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/GLES/glext.h b/make/stub_includes/opengl/GLES/glext.h
index 15451c68f..b3d6b712b 100644
--- a/make/stub_includes/opengl/GLES/glext.h
+++ b/make/stub_includes/opengl/GLES/glext.h
@@ -65,7 +65,8 @@ extern "C" {
/* GL_OES_EGL_image */
#ifndef GL_OES_EGL_image
-typedef void* GLeglImageOES;
+// typedef void* GLeglImageOES;
+typedef struct __GLeglImageOES *GLeglImageOES;
#endif
/* GL_OES_EGL_image_external */