aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/egl/window-system-ext.c
blob: 7398847ac2722d1e7fb2a6a39f3a5af45d37bf3e (plain)
1
2
3
4
5
6
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>