blob: 2ac85609e6fb3ff6e46fa03823177569a9fc4003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Package testfunction
Style AllStatic
JavaClass TestFunction
JavaOutputDir gensrc/java
NativeOutputDir gensrc/native
TemporaryCVariableDeclaration glXChooseFBConfig int count;
TemporaryCVariableAssignment glXChooseFBConfig count = _ptr3[0];
ReturnValueLength glXChooseFBConfig count
# We don't need the Display data structure to be explicitly exposed
Opaque long Display *
# Ignore the empty Display data structure (though made opaque, the
# reference from glxChooseFBConfig is still traversed)
Ignore Display
|