diff options
Diffstat (limited to 'make/stub_includes/egl/EGL/egl.h')
-rw-r--r-- | make/stub_includes/egl/EGL/egl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/stub_includes/egl/EGL/egl.h b/make/stub_includes/egl/EGL/egl.h index 1eabe3af2..4c005e8bf 100644 --- a/make/stub_includes/egl/EGL/egl.h +++ b/make/stub_includes/egl/EGL/egl.h @@ -43,10 +43,10 @@ extern "C" { /* EGLint is defined in eglplatform.h */ typedef unsigned int EGLBoolean; typedef unsigned int EGLenum; -typedef void *EGLConfig; -typedef void *EGLContext; -typedef void *EGLDisplay; -typedef void *EGLSurface; +typedef struct __EGLConfig *EGLConfig; +typedef struct __EGLContext *EGLContext; +typedef struct __EGLDisplay *EGLDisplay; +typedef struct __EGLSurface *EGLSurface; typedef void *EGLClientBuffer; /* EGL Versioning */ |