]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dcommonretrace.py
specs: Allow an API to spread across multiple modules.
[apitrace] / retrace / d3dcommonretrace.py
index ea09eb01bab5e475411fde8b76757223d8246e5e..75262c2c62a1457db7dbb677d82a8cf7be640c6a 100644 (file)
@@ -33,14 +33,14 @@ import specs.stdapi as stdapi
 
 class D3DRetracer(Retracer):
 
-    def retraceApi(self, api):
+    def retraceModule(self, api):
         print '// Swizzling mapping for lock addresses'
         print 'static std::map<void *, void *> _maps;'
         print
 
         self.table_name = 'd3dretrace::d3d_callbacks'
 
-        Retracer.retraceApi(self, api)
+        Retracer.retraceModule(self, api)
 
     def invokeFunction(self, function):
         # create windows as neccessary