X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd2d1.py;h=20c657e51cf9bf1edf9d25445d0947bdd34c65f2;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=7fe9b65912fa3c571b4fc6862c184dea4a892868;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/specs/d2d1.py b/specs/d2d1.py index 7fe9b65..20c657e 100644 --- a/specs/d2d1.py +++ b/specs/d2d1.py @@ -622,8 +622,10 @@ ID2D1Factory.methods += [ StdMethod(HRESULT, "CreateDCRenderTarget", [(Pointer(Const(D2D1_RENDER_TARGET_PROPERTIES)), "renderTargetProperties"), Out(Pointer(ObjPointer(ID2D1DCRenderTarget)), "dcRenderTarget")]), ] -d2d1 = API("d2d1") -d2d1.addInterface(ID2D1Factory) +d2d1 = Module("d2d1") +d2d1.addInterfaces([ + ID2D1Factory +]) d2d1.addFunctions([ StdFunction(HRESULT, "D2D1CreateFactory", [(D2D1_FACTORY_TYPE, "factoryType"), (REFIID, "riid"), (Pointer(Const(D2D1_FACTORY_OPTIONS)), "pFactoryOptions"), Out(Pointer(OpaquePointer(Void)), "ppIFactory")]), StdFunction(Void, "D2D1MakeRotateMatrix", [(FLOAT, "angle"), (D2D1_POINT_2F, "center"), Out(Pointer(D2D1_MATRIX_3X2_F), "matrix")]),