diff options
author | Sven Gothel <[email protected]> | 2010-03-30 02:01:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-30 02:01:15 +0200 |
commit | 1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 (patch) | |
tree | 70eaf25d06284c2d71db7d51a5efdf7f18607be2 /make/stub_includes | |
parent | b3f2ab84401efef233c0038f004a9f210cbe83fc (diff) |
Adaptions to
http://www.jogamp.org/bugzilla/show_bug.cgi?id=392
7220416bcef3140883d3966d921442feae3107c4
Diffstat (limited to 'make/stub_includes')
-rwxr-xr-x | make/stub_includes/egl/EGL/egl.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/make/stub_includes/egl/EGL/egl.h b/make/stub_includes/egl/EGL/egl.h index fc6cc4c87..a384bab48 100755 --- a/make/stub_includes/egl/EGL/egl.h +++ b/make/stub_includes/egl/EGL/egl.h @@ -20,13 +20,7 @@ extern "C" { typedef int32_t EGLint; typedef unsigned int EGLBoolean; typedef unsigned int EGLenum; -#ifdef USE_GLUEGEN - /* GlueGen currently needs this form of typedef to produce distinct - types for each of these pointer types */ - typedef struct {} _EGLConfig, *EGLConfig; -#else - typedef void *EGLConfig; -#endif +typedef void *EGLConfig; typedef void *EGLContext; typedef void *EGLDisplay; typedef void *EGLSurface; |