aboutsummaryrefslogtreecommitdiffstats
path: root/make/cgl-macosx.cfg
blob: 96387826a445522d4ff50af88a5c9b2e31bb1472 (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
# This .cfg file is used to generate the interface to the CGL routines
# used internally by the MacOSXGLContext implementation.
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/jogl/OSX

Package com.sun.opengl.impl.macosx.cgl
JavaClass CGL
Style allstatic
Include gl-common-gl2.cfg
Include gl-desktop.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