From: José Fonseca Date: Tue, 20 Mar 2012 17:53:41 +0000 (+0000) Subject: Ignore glXGetCurrentContext in tracediff2.py too. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7ec3ffe6d6d8d6af5926ac66e34fdd7174a489c2;p=apitrace Ignore glXGetCurrentContext in tracediff2.py too. --- diff --git a/scripts/tracediff2.py b/scripts/tracediff2.py index bfdac91..3872071 100755 --- a/scripts/tracediff2.py +++ b/scripts/tracediff2.py @@ -40,6 +40,7 @@ ignoredFunctionNames = set([ 'glGetString', 'glXGetClientString', 'glXGetCurrentDisplay', + 'glXGetCurrentContext', 'glXGetProcAddress', 'glXGetProcAddressARB', 'wglGetProcAddress',