Commit 251f5492 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add ID2D1StrokeStyle1 interface in d2d1_1.idl.

parent 527e0469
......@@ -19,7 +19,6 @@
import "d2d1.idl";
interface ID2D1DeviceContext;
interface ID2D1StrokeStyle1;
interface ID2D1PathGeometry1;
interface ID2D1Properties;
interface IPrintDocumentPackageTarget;
......@@ -880,6 +879,16 @@ interface ID2D1DeviceContext : ID2D1RenderTarget
[
object,
uuid(10a72a66-e91c-43f4-993f-ddf4b82b0b4a),
local,
]
interface ID2D1StrokeStyle1 : ID2D1StrokeStyle
{
D2D1_STROKE_TRANSFORM_TYPE GetStrokeTransformType();
}
[
object,
uuid(bb12d362-daee-4b9a-aa1d-14ba401cfa1f),
local,
]
......
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