diff options
author | Sven Gothel <[email protected]> | 2010-03-28 01:44:42 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-28 01:44:42 +0100 |
commit | 2dc67e8f8faeb418061e0dd450b37d4cb3ce4c2f (patch) | |
tree | fa95fe45a1c721438cc8e6859ed76402591e7cc5 /make/config | |
parent | cf95674e16d34a85191d3af0a35d1357e011fcac (diff) |
Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc
Diffstat (limited to 'make/config')
-rwxr-xr-x | make/config/jogl/egl.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/egl.cfg b/make/config/jogl/egl.cfg index 26979fb6d..086152b4f 100755 --- a/make/config/jogl/egl.cfg +++ b/make/config/jogl/egl.cfg @@ -43,7 +43,7 @@ CustomJavaCode EGL { CustomJavaCode EGL if (eglGetProcAddressHandle == 0) { CustomJavaCode EGL throw new GLException("Passed null pointer for method \"eglGetProcAddress\""); CustomJavaCode EGL } -CustomJavaCode EGL return dispatch_eglGetProcAddress0(procname, eglGetProcAddressHandle); +CustomJavaCode EGL return dispatch_eglGetProcAddress1(procname, eglGetProcAddressHandle); CustomJavaCode EGL } |