From 2dc67e8f8faeb418061e0dd450b37d4cb3ce4c2f Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Sun, 28 Mar 2010 01:44:42 +0100
Subject: Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc

---
 make/config/jogl/egl.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'make/config/jogl/egl.cfg')

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  }
 
 
-- 
cgit v1.2.3