]> git.cworth.org Git - apitrace/blobdiff - scripts/tracediff2.py
Ignore glXGetCurrentContext in tracediff2.py too.
[apitrace] / scripts / tracediff2.py
index bfdac91ad958e598c015f48c1c10fbd58c6ded6a..38720718c7534d92bf18342c20fa2678371f37c1 100755 (executable)
@@ -40,6 +40,7 @@ ignoredFunctionNames = set([
     'glGetString',
     'glXGetClientString',
     'glXGetCurrentDisplay',
+    'glXGetCurrentContext',
     'glXGetProcAddress',
     'glXGetProcAddressARB',
     'wglGetProcAddress',