diff options
author | Kenneth Russel <[email protected]> | 2009-03-17 21:07:26 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-03-17 21:07:26 +0000 |
commit | 40c18b4e195aca93e981a2b5393ddaa6983599d2 (patch) | |
tree | cba01877447486cc8ba3e05a637d1b8456535544 /make/config/jogl/glxext.cfg | |
parent | 9a44770462cc3e10af1eee66a75e708bd540fce9 (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-x | make/config/jogl/glxext.cfg | 2 |
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).+ |