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-win32.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-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 |