[PATCH 4/5] include: Add ID2D1StrokeStyle1 interface in d2d1_1.idl.

Biswapriyo Nath nathbappai at gmail.com
Wed Dec 9 08:02:00 CST 2020


-------------- next part --------------
From a4db3b4d2a83cf5115fe04eaf67ce58beb765c94 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Wed, 9 Dec 2020 19:24:34 +0530
Subject: [PATCH 4/5] include: Add ID2D1StrokeStyle1 interface in d2d1_1.idl.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 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 d9671fa..d4bdef2 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),
-- 
2.29.2



More information about the wine-devel mailing list