[PATCH 2/5] d2d1: Add the ID2D1Layer interface.

Henri Verbeet hverbeet at codeweavers.com
Fri May 16 02:59:20 CDT 2014


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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index c96b67e..b8d8531 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -707,5 +707,15 @@ interface ID2D1RadialGradientBrush : ID2D1Brush
     );
 }
 
+[
+    local,
+    object,
+    uuid(2cd9069b-12e2-11dc-9fed-001143a055f9)
+]
+interface ID2D1Layer : ID2D1Resource
+{
+    D2D1_SIZE_F GetSize();
+}
+
 [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