Henri Verbeet : d2d1: Add the ID2D1Image interface.

Alexandre Julliard julliard at winehq.org
Wed May 14 15:39:06 CDT 2014


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed May 14 07:56:24 2014 +0200

d2d1: Add the ID2D1Image interface.

---

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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 6fcadee..55a8f4d 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -498,5 +498,14 @@ interface ID2D1DrawingStateBlock : ID2D1Resource
     );
 }
 
+[
+    local,
+    object,
+    uuid(65019f75-8da2-497c-b32c-dfa34e48ede6)
+]
+interface ID2D1Image : ID2D1Resource
+{
+}
+
 [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