diff options
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r-- | make/jawt-macosx.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg index 10097ec65..a7886a250 100644 --- a/make/jawt-macosx.cfg +++ b/make/jawt-macosx.cfg @@ -15,11 +15,13 @@ Opaque long NSView * IgnoreField JAWT GetComponent IgnoreField JAWT_DrawingSurfaceInfo platformInfo +IncludeAs CustomJavaCode JAWT jawt-CustomJavaCode.java + CustomCCode #include <inttypes.h> CustomCCode #include <jawt.h> - CustomCCode #include </usr/include/machine/types.h> +import java.security.* Import com.sun.opengl.impl.JAWT_PlatformInfo StructPackage JAWT_MacOSXDrawingSurfaceInfo com.sun.opengl.impl.macosx EmitStruct JAWT_MacOSXDrawingSurfaceInfo |