diff options
Diffstat (limited to 'make/config/nativewindow/jawt-macosx.cfg')
-rw-r--r-- | make/config/nativewindow/jawt-macosx.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/make/config/nativewindow/jawt-macosx.cfg b/make/config/nativewindow/jawt-macosx.cfg new file mode 100644 index 000000000..e018af0dc --- /dev/null +++ b/make/config/nativewindow/jawt-macosx.cfg @@ -0,0 +1,14 @@ +# This .cfg file is used to generate the interface to the JAWT, which +# is used by the MacOSXOnscreenGLContext. +Include jawt-common.cfg +NativeOutputDir gensrc/native/MacOSX + +Opaque long void * +Opaque long NSView * + +CustomCCode #include <inttypes.h> +CustomCCode #include </usr/include/machine/types.h> + +StructPackage JAWT_MacOSXDrawingSurfaceInfo com.jogamp.nativewindow.impl.jawt.macosx +EmitStruct JAWT_MacOSXDrawingSurfaceInfo +Implements JAWT_MacOSXDrawingSurfaceInfo JAWT_PlatformInfo |