include: Add ID2D1StrokeStyle1 interface in d2d1_1.idl.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
527e0469bf
commit
251f5492f0
|
@ -19,7 +19,6 @@
|
||||||
import "d2d1.idl";
|
import "d2d1.idl";
|
||||||
|
|
||||||
interface ID2D1DeviceContext;
|
interface ID2D1DeviceContext;
|
||||||
interface ID2D1StrokeStyle1;
|
|
||||||
interface ID2D1PathGeometry1;
|
interface ID2D1PathGeometry1;
|
||||||
interface ID2D1Properties;
|
interface ID2D1Properties;
|
||||||
interface IPrintDocumentPackageTarget;
|
interface IPrintDocumentPackageTarget;
|
||||||
|
@ -878,6 +877,16 @@ interface ID2D1DeviceContext : ID2D1RenderTarget
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(10a72a66-e91c-43f4-993f-ddf4b82b0b4a),
|
||||||
|
local,
|
||||||
|
]
|
||||||
|
interface ID2D1StrokeStyle1 : ID2D1StrokeStyle
|
||||||
|
{
|
||||||
|
D2D1_STROKE_TRANSFORM_TYPE GetStrokeTransformType();
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
uuid(bb12d362-daee-4b9a-aa1d-14ba401cfa1f),
|
uuid(bb12d362-daee-4b9a-aa1d-14ba401cfa1f),
|
||||||
|
|
Loading…
Reference in New Issue