summaryrefslogtreecommitdiffstats
path: root/make/jawt-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/jawt-macosx.cfg')
-rw-r--r--make/jawt-macosx.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/jawt-macosx.cfg b/make/jawt-macosx.cfg
new file mode 100644
index 000000000..809b02b16
--- /dev/null
+++ b/make/jawt-macosx.cfg
@@ -0,0 +1,15 @@
+# This .cfg file is used to generate the interface to the JAWT, which
+# is used by the X11OnscreenGLContext.
+Style AllStatic
+Package net.java.games.jogl.impl
+JavaClass JAWTFactory
+JavaOutputDir ../build/gensrc/classes
+NativeOutputDir ../build/gensrc/native/jogl
+HierarchicalNativeOutput false
+Opaque int JNIEnv *
+Opaque boolean jboolean
+CustomCCode #include <jawt.h>
+StructPackage JAWT_MacOSXDrawingSurfaceInfo net.java.games.jogl.impl.macosx
+IgnoreField JAWT GetComponent
+EmitStruct JAWT_MacOSXDrawingSurfaceInfo
+