aboutsummaryrefslogtreecommitdiffstats
path: root/make/cgl-macosx.cfg
blob: 97a3bbeff64ebfc8bc29447b9252844b803faf45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 *

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