[PATCH 5/5] d2d1: Add the ID2D1BitmapRenderTarget interface.

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


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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 19cd024..e768def 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -1076,5 +1076,17 @@ interface ID2D1RenderTarget : ID2D1Resource
     );
 }
 
+[
+    local,
+    object,
+    uuid(2cd90695-12e2-11dc-9fed-001143a055f9)
+]
+interface ID2D1BitmapRenderTarget : ID2D1RenderTarget
+{
+    HRESULT GetBitmap(
+        [out] ID2D1Bitmap **bitmap
+    );
+}
+
 [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