aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/wglext.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/wglext.cfg')
-rw-r--r--make/config/jogl/wglext.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/config/jogl/wglext.cfg b/make/config/jogl/wglext.cfg
index 57707d6cb..6b5815fdf 100644
--- a/make/config/jogl/wglext.cfg
+++ b/make/config/jogl/wglext.cfg
@@ -17,8 +17,8 @@ AllowNonGLExtensions true
NIOOnly __ALL__
NIODirectOnly __ALL__
-GLHeader wingdi.h
-GLHeader GL/wglext.h
+GLSemHeader wingdi.h
+GLSemHeader GL/wglext.h
EmitProcAddressTable true
ProcAddressTableClassName WGLExtProcAddressTable
@@ -28,14 +28,14 @@ GetProcAddressTableExpr _context.getWGLExtProcAddressTable()
Ignore GL_.+
Ignore gl.+
-Include gl-headers.cfg
+Include glx-headers.cfg
# FIXME: for the time being, ignore all extensions requiring the
# presence of java.nio.LongBuffer because it doesn't exist on CDC/FP +
# JSR-239 NIO subset (remove once we have Java SE classes running on CVM)
# Inform the glue code generator of the association between #defines
# and functions and the extensions in which they are defined
-GLHeader GL/wglext.h
+GLSemHeader GL/wglext.h
IgnoreExtension WGL_OML_sync_control
IgnoreExtension WGL_NV_gpu_affinity