blob: 7a6d826cea68a1c2d784e119e64c5f47e74afade (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This .cfg file is used to generate the interface which contains the
# window system-specific extensions which are exposed (via
# inheritance) to the GL interface.
Package net.java.games.jogl
Style InterfaceOnly
JavaClass MacOSXGL
Include gl-common-macosx.cfg
# Ignore everything that doesn't start with glX, GLX or XVisualInfo
IgnoreNot ^(glX|GLX|XVisualInf).+
|