diff options
Diffstat (limited to 'make/jawt-x11.cfg')
-rw-r--r-- | make/jawt-x11.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/jawt-x11.cfg b/make/jawt-x11.cfg index 70d5caa31..3f0d8a3ee 100644 --- a/make/jawt-x11.cfg +++ b/make/jawt-x11.cfg @@ -1,7 +1,7 @@ # This .cfg file is used to generate the interface to the JAWT, which # is used by the X11OnscreenGLContext. 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/X11 @@ -22,8 +22,8 @@ CustomCCode #include <inttypes.h> CustomCCode #include <jawt.h> import java.security.* -import com.sun.opengl.impl.awt.* -StructPackage JAWT_X11DrawingSurfaceInfo com.sun.opengl.impl.x11.awt +import com.sun.opengl.impl.jawt.* +StructPackage JAWT_X11DrawingSurfaceInfo com.sun.opengl.impl.jawt.x11 EmitStruct JAWT_X11DrawingSurfaceInfo Implements JAWT_X11DrawingSurfaceInfo JAWT_PlatformInfo |