Commit f0185275 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix ID2D1CommandSink definition.

parent fdd6a07a
......@@ -575,7 +575,7 @@ interface ID2D1CommandSink : IUnknown
[in] IDWriteRenderingParams *text_rendering_params
);
HRESULT SetTransform(
[in] D2D1_MATRIX_3X2_F *transform
[in] const D2D1_MATRIX_3X2_F *transform
);
HRESULT SetPrimitiveBlend(
[in] D2D1_PRIMITIVE_BLEND primitive_blend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment