aboutsummaryrefslogtreecommitdiffstats
path: root/make/cgl-macosx.cfg
blob: 7c31f7338d496e5cab27dc9b1a210255429ed97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This .cfg file is used to generate the interface to the CGL routines
# used internally by the MacOSXGLContext implementation.
Package com.sun.opengl.impl.macosx
JavaOutputDir ..\build\gensrc\classes
NativeOutputDir ..\build\gensrc\native\jogl
JavaClass CGL
Style allstatic
Include gl-common-macosx.cfg

Opaque long void *

# Opaque directives for low-level CGL binding (for Java2D/JOGL bridge)
Opaque long CGLContextObj
Opaque long CGLPBufferObj
Opaque long CGLPixelFormatObj

CustomCCode #include </usr/include/machine/types.h>
CustomCCode #include "macosx-window-system.h"

# Implement the first argument to getProcAddress as String instead
# of byte[]
ArgumentIsString getProcAddress 0