aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glxext.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-03-17 21:07:26 +0000
committerKenneth Russel <[email protected]>2009-03-17 21:07:26 +0000
commit40c18b4e195aca93e981a2b5393ddaa6983599d2 (patch)
treecba01877447486cc8ba3e05a637d1b8456535544 /make/config/jogl/glxext.cfg
parent9a44770462cc3e10af1eee66a75e708bd540fce9 (diff)
Finish (?) moving javax.media.nwi -> javax.media.nativewindow
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1882 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/config/jogl/glxext.cfg')
-rwxr-xr-xmake/config/jogl/glxext.cfg2
1 files changed, 1 insertions, 1 deletions
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).+