summaryrefslogtreecommitdiffstats
path: root/make/config/nativewindow/jawt-x11.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/nativewindow/jawt-x11.cfg')
-rw-r--r--make/config/nativewindow/jawt-x11.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/config/nativewindow/jawt-x11.cfg b/make/config/nativewindow/jawt-x11.cfg
new file mode 100644
index 000000000..4e7ed267b
--- /dev/null
+++ b/make/config/nativewindow/jawt-x11.cfg
@@ -0,0 +1,15 @@
+# This .cfg file is used to generate the interface to the JAWT, which
+# is used by the X11OnscreenGLContext.
+Include jawt-common.cfg
+NativeOutputDir gensrc/native/X11
+
+Opaque long Drawable
+Opaque long Display *
+
+IgnoreField JAWT_X11DrawingSurfaceInfo GetAWTColor
+
+CustomCCode #include <inttypes.h>
+
+StructPackage JAWT_X11DrawingSurfaceInfo com.jogamp.nativewindow.impl.jawt.x11
+EmitStruct JAWT_X11DrawingSurfaceInfo
+Implements JAWT_X11DrawingSurfaceInfo JAWT_PlatformInfo