diff options
Diffstat (limited to 'make/jawt-win32.cfg')
-rw-r--r-- | make/jawt-win32.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/jawt-win32.cfg b/make/jawt-win32.cfg index 8a7f769e3..e3f4bb7eb 100644 --- a/make/jawt-win32.cfg +++ b/make/jawt-win32.cfg @@ -1,7 +1,7 @@ # This .cfg file is used to generate the interface to the JAWT, which # is used by the WindowsOnscreenGLContext. Style AllStatic -Package com.sun.opengl.impl.awt +Package com.sun.opengl.impl.jawt JavaClass JAWTFactory JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl/Windows @@ -22,8 +22,8 @@ CustomCCode #include <jawt.h> Include intptr.cfg import java.security.* -import com.sun.opengl.impl.awt.* -StructPackage JAWT_Win32DrawingSurfaceInfo com.sun.opengl.impl.windows.awt +import com.sun.opengl.impl.jawt.* +StructPackage JAWT_Win32DrawingSurfaceInfo com.sun.opengl.impl.jawt.windows EmitStruct JAWT_Win32DrawingSurfaceInfo Implements JAWT_Win32DrawingSurfaceInfo JAWT_PlatformInfo |