aboutsummaryrefslogtreecommitdiffstats
path: root/make/glxext.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glxext.cfg')
-rwxr-xr-xmake/glxext.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/glxext.cfg b/make/glxext.cfg
index b3186a254..88e6ba63d 100755
--- a/make/glxext.cfg
+++ b/make/glxext.cfg
@@ -9,7 +9,7 @@ Include gl-common-x11.cfg
EmitProcAddressTable true
ProcAddressTableClassName GLXExtProcAddressTable
-ContextVariableName _context
+GetProcAddressTableExpr _context.getGLXExtProcAddressTable()
# Ignore everything that doesn't start with glX or GLX
IgnoreNot ^(glX|GLX).+