]> git.cworth.org Git - apitrace/blobdiff - specs/d3d9.py
Cleanup/comment/format code.
[apitrace] / specs / d3d9.py
index fb662f7f2f9feadf42848aab6e9232bb96bc879e..6c607001256ceaeaffd3fed2df7fbd9a89afe2cf 100644 (file)
@@ -437,7 +437,7 @@ IDirect3DSwapChain9Ex.methods += [
 ]
 
 d3d9 = API("d3d9")
-d3d9.add_functions([
+d3d9.addFunctions([
     StdFunction(PDIRECT3D9, "Direct3DCreate9", [(UINT, "SDKVersion")], fail='NULL'),
     StdFunction(HRESULT, "Direct3DCreate9Ex", [(UINT, "SDKVersion"), Out(Pointer(PDIRECT3D9EX), "ppD3D")], fail='D3DERR_NOTAVAILABLE'),
     StdFunction(Int, "D3DPERF_BeginEvent", [(D3DCOLOR, "col"), (LPCWSTR, "wszName")], fail='-1'),