diff options
author | Sven Gothel <[email protected]> | 2008-06-24 21:28:28 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-24 21:28:28 +0000 |
commit | a4b14925244f4619fe1a3f7b2023157d1d5a21cf (patch) | |
tree | 1beda9e83d11ea751f491081997fe3099a64b10d /make/jawt-x11.cfg | |
parent | e75d23db2a62336d57c307a53efe8dcf56451798 (diff) |
JAWT package cleanup ..
re adding accidently removed files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1675 232f8b59-042b-4e1e-8c03-345bb8c30851
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 |