diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2012-11-11 00:17:00 +0000 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2012-11-11 00:17:00 +0000 |
commit | e7d7a643767ab46fdc15b4d7f430c38064f8e9ce (patch) | |
tree | d967a9a44a311593bfc926fd95fda9c292fd36e8 /specs | |
parent | 81301939f025407ceb284a9dcd5d5a1f05d27b8f (diff) |
d2d: Eliminate custom tracers.
Diffstat (limited to 'specs')
-rw-r--r-- | specs/d2d1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/d2d1.py b/specs/d2d1.py index 20c657e5..a26b4a6a 100644 --- a/specs/d2d1.py +++ b/specs/d2d1.py @@ -627,7 +627,7 @@ 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(HRESULT, "D2D1CreateFactory", [(D2D1_FACTORY_TYPE, "factoryType"), (REFIID, "riid"), (Pointer(Const(D2D1_FACTORY_OPTIONS)), "pFactoryOptions"), Out(Pointer(ObjPointer(Void)), "ppIFactory")]), StdFunction(Void, "D2D1MakeRotateMatrix", [(FLOAT, "angle"), (D2D1_POINT_2F, "center"), Out(Pointer(D2D1_MATRIX_3X2_F), "matrix")]), StdFunction(Void, "D2D1MakeSkewMatrix", [(FLOAT, "angleX"), (FLOAT, "angleY"), (D2D1_POINT_2F, "center"), Out(Pointer(D2D1_MATRIX_3X2_F), "matrix")]), StdFunction(BOOL, "D2D1IsMatrixInvertible", [(Pointer(Const(D2D1_MATRIX_3X2_F)), "matrix")]), |