aboutsummaryrefslogtreecommitdiffstats
path: root/make/jawt-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r--make/jawt-macosx.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg
index 92ec9b49e..829e4f80a 100644
--- a/make/jawt-macosx.cfg
+++ b/make/jawt-macosx.cfg
@@ -18,8 +18,10 @@ IgnoreField JAWT_DrawingSurfaceInfo platformInfo
CustomCCode #include <inttypes.h>
CustomCCode #include <jawt.h>
+Import net.java.games.jogl.impl.JAWT_PlatformInfo
StructPackage JAWT_MacOSXDrawingSurfaceInfo net.java.games.jogl.impl.macosx
EmitStruct JAWT_MacOSXDrawingSurfaceInfo
+Implements JAWT_MacOSXDrawingSurfaceInfo JAWT_PlatformInfo
CustomJavaCode JAWT_DrawingSurfaceInfo public JAWT_PlatformInfo platformInfo() {
CustomJavaCode JAWT_DrawingSurfaceInfo return platformInfo0(getBuffer());