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')
-rw-r--r--make/stub_includes/egl/window-system-ext.c9
1 files changed, 9 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 100644
index 000000000..3e0d705f3
--- /dev/null
+++ b/make/stub_includes/egl/window-system-ext.c
@@ -0,0 +1,9 @@
+#define EGLAPI
+#define EGLAPIENTRY
+
+// Define EGL_EGLEXT_PROTOTYPES so that the EGL extension prototypes in
+// "eglext.h" are parsed.
+#define EGL_EGLEXT_PROTOTYPES
+
+#include <EGL/egl.h>
+#include <EGL/eglext.h>