X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d9.py;h=6c607001256ceaeaffd3fed2df7fbd9a89afe2cf;hb=54f304ad1c3ec54649f83ddf769746d433cd612d;hp=fb662f7f2f9feadf42848aab6e9232bb96bc879e;hpb=34c7d426901edbb2df59f92760ef382d4847fe3c;p=apitrace diff --git a/specs/d3d9.py b/specs/d3d9.py index fb662f7..6c60700 100644 --- a/specs/d3d9.py +++ b/specs/d3d9.py @@ -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'),