Henri Verbeet : d2d1: Add the ID2D1RectangleGeometry interface.

Alexandre Julliard julliard at winehq.org
Mon May 12 15:35:48 CDT 2014


Module: wine
Branch: master
Commit: 3a541f595fca798982029e486c5fcc1dc490b8f0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3a541f595fca798982029e486c5fcc1dc490b8f0

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon May 12 09:34:04 2014 +0200

d2d1: Add the ID2D1RectangleGeometry interface.

---

 include/d2d1.idl |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 63ca96e..bf29404 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -294,5 +294,17 @@ interface ID2D1Geometry : ID2D1Resource
     );
 }
 
+[
+    local,
+    object,
+    uuid(2cd906a2-12e2-11dc-9fed-001143a055f9)
+]
+interface ID2D1RectangleGeometry : ID2D1Geometry
+{
+    void GetRect(
+        [out] D2D1_RECT_F *rect
+    );
+}
+
 [local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
         const D2D1_FACTORY_OPTIONS *factory_options, void **factory);




More information about the wine-cvs mailing list