blob: 4d48c6bf96e7cc18acda7c7f1d77fbd594ae495a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Common JAWT config file
Style AllStatic
Package jogamp.nativewindow.jawt
JavaClass JAWTFactory
JavaOutputDir gensrc/classes
#NativeOutputDir gensrc/native/<PLATFORM>
HierarchicalNativeOutput false
Opaque boolean jboolean
Opaque long struct jawt_DrawingSurface*
ReturnValueCapacity JAWT.GetDrawingSurface sizeof(JAWT_DrawingSurface)
ReturnValueCapacity JAWT_DrawingSurface.GetDrawingSurfaceInfo sizeof(JAWT_DrawingSurfaceInfo)
IgnoreField JAWT GetComponent
IgnoreField JAWT_DrawingSurface target
ImmutableAccess JAWT_DrawingSurfaceInfo
IgnoreField JAWT_DrawingSurfaceInfo platformInfo
IgnoreField JAWT_DrawingSurfaceInfo ds
IgnoreField JAWT_DrawingSurfaceInfo clip
ImmutableAccess JAWT_Rectangle
ImmutableAccess JAWT_X11DrawingSurfaceInfo
ImmutableAccess JAWT_Win32DrawingSurfaceInfo
ImmutableAccess JAWT_MacOSXDrawingSurfaceInfo
IncludeAs CustomJavaCode JAWT jawt-CustomJavaCode.java
CustomCCode #include <jawt.h>
import java.security.*
import jogamp.nativewindow.jawt.*
import com.jogamp.common.os.Platform
import com.jogamp.common.util.VersionNumber
Import com.jogamp.common.util.SecurityUtil
IncludeAs CustomJavaCode JAWT_DrawingSurfaceInfo jawt-DrawingSurfaceInfo-CustomJavaCode.java
|