Henri Verbeet : d2d1: Add the ID2D1Resource interface.

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


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

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

d2d1: Add the ID2D1Resource interface.

---

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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index c63ed24..b5f136b 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -78,6 +78,20 @@ typedef struct D2D1_FACTORY_OPTIONS
     D2D1_DEBUG_LEVEL debugLevel;
 } D2D1_FACTORY_OPTIONS;
 
+interface ID2D1Factory;
+
+[
+    local,
+    object,
+    uuid(2cd90691-12e2-11dc-9fed-001143a055f9)
+]
+interface ID2D1Resource : IUnknown
+{
+    void GetFactory(
+        [out] ID2D1Factory **factory
+    );
+}
+
 [
     local,
     object,




More information about the wine-cvs mailing list