aboutsummaryrefslogtreecommitdiffstats
path: root/make/jawt-win32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/jawt-win32.cfg')
-rw-r--r--make/jawt-win32.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/jawt-win32.cfg b/make/jawt-win32.cfg
index 30323eefa..4fe44b085 100644
--- a/make/jawt-win32.cfg
+++ b/make/jawt-win32.cfg
@@ -19,8 +19,10 @@ CustomCCode #if _MSC_VER <= 1200
CustomCCode typedef int intptr_t;
CustomCCode #endif
+Import net.java.games.jogl.impl.JAWT_PlatformInfo
StructPackage JAWT_Win32DrawingSurfaceInfo net.java.games.jogl.impl.windows
EmitStruct JAWT_Win32DrawingSurfaceInfo
+Implements JAWT_Win32DrawingSurfaceInfo JAWT_PlatformInfo
CustomJavaCode JAWT_DrawingSurfaceInfo public JAWT_PlatformInfo platformInfo() {
CustomJavaCode JAWT_DrawingSurfaceInfo return platformInfo0(getBuffer());
CustomJavaCode JAWT_DrawingSurfaceInfo }