about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/wrapped/wrappedlibegl_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibegl_private.h b/src/wrapped/wrappedlibegl_private.h
index 086f325c..a1c11935 100644
--- a/src/wrapped/wrappedlibegl_private.h
+++ b/src/wrapped/wrappedlibegl_private.h
@@ -47,3 +47,7 @@ GO(eglWaitGL, uFv)
 GO(eglWaitNative, uFi)
 GO(eglWaitSync, uFppi)
 
+// EGL_EXT_platform_base
+GO(eglGetPlatformDisplayEXT, pFupp)
+GO(eglCreatePlatformWindowSurfaceEXT, pFpppp)
+GO(eglCreatePlatformPixmapSurfaceEXT, pFpppp)