From: José Fonseca Date: Fri, 22 Jun 2012 16:27:56 +0000 (+0100) Subject: Trace IDirect3DSwapChain9Ex interface too. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c56812ec33a67fe51185e314bfa80ac22af6bbfb;hp=614174444ce27a22f25e08a50cca3af5d3d07bae;p=apitrace Trace IDirect3DSwapChain9Ex interface too. --- diff --git a/specs/d3d9.py b/specs/d3d9.py index 8091bd9..fa71e9a 100644 --- a/specs/d3d9.py +++ b/specs/d3d9.py @@ -430,3 +430,6 @@ d3d9.addFunctions([ StdFunction(Void, "D3DPERF_SetOptions", [(DWORD, "dwOptions")], sideeffects=False), StdFunction(DWORD, "D3DPERF_GetStatus", [], fail='0', sideeffects=False), ]) +d3d9.addInterfaces([ + IDirect3DSwapChain9Ex, +])