Henri Verbeet : d2d1: Add the ID2D1BitmapRenderTarget interface.

Alexandre Julliard julliard at winehq.org
Fri May 16 12:13:58 CDT 2014


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri May 16 09:59:23 2014 +0200

d2d1: Add the ID2D1BitmapRenderTarget interface.

---

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

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 436f9cc..722f65f 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -1080,5 +1080,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);




More information about the wine-cvs mailing list