diff options
Diffstat (limited to 'make/gl-x11.cfg')
-rw-r--r-- | make/gl-x11.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-x11.cfg b/make/gl-x11.cfg index fd793c5b9..f67e301cc 100644 --- a/make/gl-x11.cfg +++ b/make/gl-x11.cfg @@ -8,7 +8,7 @@ Include gl-common-x11.cfg EmitProcAddressTable true ProcAddressTableClassName GLProcAddressTable -ContextVariableName _context +GetProcAddressTableExpr _context.getGLProcAddressTable() CustomCCode #include <inttypes.h> CustomCCode #include <stdlib.h> |