Henri Verbeet : d2d1: Add the ID2D1Mesh interface.

Alexandre Julliard julliard at winehq.org
Fri May 16 12:13:57 CDT 2014


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri May 16 09:59:21 2014 +0200

d2d1: Add the ID2D1Mesh interface.

---

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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index b8d8531..eb44bd6 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -717,5 +717,17 @@ interface ID2D1Layer : ID2D1Resource
     D2D1_SIZE_F GetSize();
 }
 
+[
+    local,
+    object,
+    uuid(2cd906c2-12e2-11dc-9fed-001143a055f9)
+]
+interface ID2D1Mesh : ID2D1Resource
+{
+    HRESULT Open(
+        [out] ID2D1TessellationSink **sink
+    );
+}
+
 [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