Biswapriyo Nath : include: Add ID2D1ColorContext interface in d2d1_1.idl.

Alexandre Julliard julliard at winehq.org
Thu Dec 10 16:05:29 CST 2020


Module: wine
Branch: master
Commit: 7929a7dcfc259b5e617bc8c0d54a162de2f27f30
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7929a7dcfc259b5e617bc8c0d54a162de2f27f30

Author: Biswapriyo Nath <nathbappai at gmail.com>
Date:   Wed Dec  9 19:42:34 2020 +0530

include: Add ID2D1ColorContext interface in d2d1_1.idl.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/d2d1_1.idl | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/include/d2d1_1.idl b/include/d2d1_1.idl
index a72a6a9e9be..f18de83e779 100644
--- a/include/d2d1_1.idl
+++ b/include/d2d1_1.idl
@@ -446,6 +446,21 @@ interface ID2D1DrawingStateBlock1 : ID2D1DrawingStateBlock
     );
 }
 
+[
+    object,
+    uuid(1c4820bb-5771-4518-a581-2fe4dd0ec657),
+    local,
+]
+interface ID2D1ColorContext : ID2D1Resource
+{
+    D2D1_COLOR_SPACE GetColorSpace();
+    UINT32 GetProfileSize();
+    HRESULT GetProfile(
+        [out] BYTE *profile,
+        [in] UINT32 size
+    );
+}
+
 [
     object,
     uuid(a898a84c-3873-4588-b08b-ebbf978df041),




More information about the wine-cvs mailing list