Module: wine Branch: master Commit: 251f5492f0f3f547f8ba744dbb6a8339bd8f8672 URL: https://source.winehq.org/git/wine.git/?a=commit;h=251f5492f0f3f547f8ba744db...
Author: Biswapriyo Nath nathbappai@gmail.com Date: Wed Dec 9 19:42:34 2020 +0530
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
---
include/d2d1_1.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/include/d2d1_1.idl b/include/d2d1_1.idl index d9671fab256..d4bdef22bc5 100644 --- a/include/d2d1_1.idl +++ b/include/d2d1_1.idl @@ -19,7 +19,6 @@ import "d2d1.idl";
interface ID2D1DeviceContext; -interface ID2D1StrokeStyle1; interface ID2D1PathGeometry1; interface ID2D1Properties; 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, uuid(bb12d362-daee-4b9a-aa1d-14ba401cfa1f),