summaryrefslogtreecommitdiff
path: root/src/gen_dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_dispatch.py')
-rwxr-xr-xsrc/gen_dispatch.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
index ce3f948..7a2d2df 100755
--- a/src/gen_dispatch.py
+++ b/src/gen_dispatch.py
@@ -65,7 +65,11 @@ class GLFunction(object):
# non-public symbols with a "_unwrapped" suffix.
wrapped_functions = {
'glBegin',
- 'glEnd'
+ 'glEnd',
+ 'wglMakeCurrent',
+ 'wglMakeContextCurrentEXT',
+ 'wglMakeContextCurrentARB',
+ 'wglMakeAssociatedContextCurrentAMD',
}
if name in wrapped_functions: