blob: 809b02b160bf25895bf7800a134c29a46cbbf4b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|