diff options
Diffstat (limited to 'make/jawt-x11.cfg')
-rw-r--r-- | make/jawt-x11.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/jawt-x11.cfg b/make/jawt-x11.cfg index d326c2f26..43ccef7ec 100644 --- a/make/jawt-x11.cfg +++ b/make/jawt-x11.cfg @@ -5,15 +5,23 @@ Package com.sun.opengl.impl JavaClass JAWTFactory JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl + HierarchicalNativeOutput false + Opaque boolean jboolean Opaque long Drawable Opaque long Display * + IgnoreField JAWT GetComponent IgnoreField JAWT_DrawingSurfaceInfo platformInfo IgnoreField JAWT_X11DrawingSurfaceInfo GetAWTColor + +IncludeAs CustomJavaCode JAWT jawt-CustomJavaCode.java + CustomCCode #include <inttypes.h> CustomCCode #include <jawt.h> + +import java.security.* Import com.sun.opengl.impl.JAWT_PlatformInfo StructPackage JAWT_X11DrawingSurfaceInfo com.sun.opengl.impl.x11 EmitStruct JAWT_X11DrawingSurfaceInfo |