[PATCH 3/5] d2d1: Add the ID2D1Image interface.

Henri Verbeet hverbeet at codeweavers.com
Wed May 14 00:56:24 CDT 2014


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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 4fa6b03..84a5d74 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);
-- 
1.7.10.4




More information about the wine-patches mailing list