From: José Fonseca Date: Tue, 22 Mar 2011 22:22:27 +0000 (+0000) Subject: Fix WGL trace build. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0ab4cc048e53fe6e10fa0adecaaf69b10c53b103;p=apitrace Fix WGL trace build. --- diff --git a/wgltrace.py b/wgltrace.py index e95a31b..5ab4c0f 100644 --- a/wgltrace.py +++ b/wgltrace.py @@ -35,8 +35,6 @@ from gltrace import GlTracer from codegen import * - - class WglTracer(GlTracer): def get_function_address(self, function): @@ -103,8 +101,8 @@ __getPublicProcAddress(LPCSTR lpProcName) print 'extern "C" {' print api = API() - api.add_api(wglapi) api.add_api(glapi) + api.add_api(wglapi) tracer = WglTracer() tracer.trace_api(api) print