aboutsummaryrefslogtreecommitdiffstats
path: root/make/jawt-x11.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2004-03-15 18:49:31 +0000
committerKenneth Russel <[email protected]>2004-03-15 18:49:31 +0000
commit0a7c6d77aab5b922f3225ed8ed6076f8ee984ab6 (patch)
treef2c7a495cd368f9977159f91d63338ad4a5a140e /make/jawt-x11.cfg
parentedfa42f91c09df70073691db069db4295805f827 (diff)
Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_PlatformInfo
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@90 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-x11.cfg')
-rw-r--r--make/jawt-x11.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/jawt-x11.cfg b/make/jawt-x11.cfg
index 4f43da1b3..4161d7d13 100644
--- a/make/jawt-x11.cfg
+++ b/make/jawt-x11.cfg
@@ -12,8 +12,10 @@ IgnoreField JAWT GetComponent
IgnoreField JAWT_X11DrawingSurfaceInfo GetAWTColor
CustomCCode #include <inttypes.h>
CustomCCode #include <jawt.h>
+Import net.java.games.jogl.impl.JAWT_PlatformInfo
StructPackage JAWT_X11DrawingSurfaceInfo net.java.games.jogl.impl.x11
EmitStruct JAWT_X11DrawingSurfaceInfo
+Implements JAWT_X11DrawingSurfaceInfo JAWT_PlatformInfo
CustomJavaCode JAWT_DrawingSurfaceInfo public JAWT_PlatformInfo platformInfo() {
CustomJavaCode JAWT_DrawingSurfaceInfo return platformInfo0(getBuffer());