From 0ab4cc048e53fe6e10fa0adecaaf69b10c53b103 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 22 Mar 2011 22:22:27 +0000 Subject: [PATCH] Fix WGL trace build. --- wgltrace.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.45.2