diff options
Diffstat (limited to 'make/config/jogl')
-rw-r--r-- | make/config/jogl/glu-common.cfg | 2 | ||||
-rw-r--r-- | make/config/jogl/glx-x11.cfg | 2 | ||||
-rwxr-xr-x | make/config/jogl/glxext.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg index 06f80342e..a21cfe9c6 100644 --- a/make/config/jogl/glu-common.cfg +++ b/make/config/jogl/glu-common.cfg @@ -16,7 +16,7 @@ Import javax.media.opengl.util.* Import com.sun.opengl.impl.* Import com.sun.opengl.impl.glu.* Import com.sun.opengl.impl.glu.tessellator.GLUtessellatorImpl -Import com.sun.nwi.impl.NWReflection +Import com.sun.nativewindow.impl.NWReflection # Raise GLException instead of RuntimeException in glue code RuntimeExceptionType GLException diff --git a/make/config/jogl/glx-x11.cfg b/make/config/jogl/glx-x11.cfg index e1d684ef7..17b2a86be 100644 --- a/make/config/jogl/glx-x11.cfg +++ b/make/config/jogl/glx-x11.cfg @@ -16,7 +16,7 @@ GetProcAddressTableExpr glxProcAddressTable # This must be present for bootstrapping SkipProcAddressGen glXGetProcAddressARB -Import com.sun.nwi.impl.x11.* +Import com.sun.nativewindow.impl.x11.* CustomJavaCode GLX private static GLXProcAddressTable glxProcAddressTable = new GLXProcAddressTable(); CustomJavaCode GLX public static GLXProcAddressTable getGLXProcAddressTable() { return glxProcAddressTable; } diff --git a/make/config/jogl/glxext.cfg b/make/config/jogl/glxext.cfg index 4f964865a..d69a3df3b 100755 --- a/make/config/jogl/glxext.cfg +++ b/make/config/jogl/glxext.cfg @@ -17,7 +17,7 @@ EmitProcAddressTable true ProcAddressTableClassName GLXExtProcAddressTable GetProcAddressTableExpr _context.getGLXExtProcAddressTable() -Import com.sun.nwi.impl.x11.* +Import com.sun.nativewindow.impl.x11.* # Ignore everything that doesn't start with glX or GLX IgnoreNot ^(glX|GLX).+ |