summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/egl/window-system-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/egl/window-system-ext.c')
-rwxr-xr-xmake/stub_includes/egl/window-system-ext.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/stub_includes/egl/window-system-ext.c b/make/stub_includes/egl/window-system-ext.c
new file mode 100755
index 000000000..7398847ac
--- /dev/null
+++ b/make/stub_includes/egl/window-system-ext.c
@@ -0,0 +1,7 @@
+#define USE_GLUEGEN
+
+// Define EGL_EGLEXT_PROTOTYPES so that the EGL extension prototypes in
+// "eglext.h" are parsed.
+#define EGL_EGLEXT_PROTOTYPES
+
+#include <EGL/eglext.h>