egl: Add _eglGetAPIContext.
[mesa.git] / src / egl / main / eglcurrent.h
index c4478b389146049ecab3d4cd448cda982ff458b6..b8c2bda48552c2cb5663250e4ac8dc159911bb0b 100644 (file)
@@ -72,6 +72,10 @@ extern EGLBoolean
 _eglIsCurrentThreadDummy(void);
 
 
+PUBLIC _EGLContext *
+_eglGetAPIContext(EGLenum api);
+
+
 PUBLIC _EGLContext *
 _eglGetCurrentContext(void);