summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egldefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/EGL/egldefs.h')
-rw-r--r--opengl/libs/EGL/egldefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egldefs.h b/opengl/libs/EGL/egldefs.h
index 107acd9..ff20957 100644
--- a/opengl/libs/EGL/egldefs.h
+++ b/opengl/libs/EGL/egldefs.h
@@ -58,6 +58,7 @@ extern gl_hooks_t gHooks[2][IMPL_NUM_IMPLEMENTATIONS];
extern gl_hooks_t gHooksNoContext;
extern pthread_key_t gGLWrapperKey;
extern "C" void gl_unimplemented();
+extern "C" void gl_noop();
extern char const * const gl_names[];
extern char const * const egl_names[];