diff options
Diffstat (limited to 'make/jawt-x11.cfg')
-rw-r--r-- | make/jawt-x11.cfg | 2 |
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()); |