Biswapriyo Nath : include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure.

Alexandre Julliard julliard at winehq.org
Thu Aug 20 16:03:37 CDT 2020


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

Author: Biswapriyo Nath <nathbappai at gmail.com>
Date:   Fri Aug 14 11:06:43 2020 +0530

include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure.

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/dxgi.idl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/dxgi.idl b/include/dxgi.idl
index 6c9a4fac91..65c5a4b9d4 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -462,6 +462,11 @@ typedef struct DXGI_ADAPTER_DESC1 {
     UINT   Flags;
 } DXGI_ADAPTER_DESC1;
 
+typedef struct DXGI_DISPLAY_COLOR_SPACE {
+    FLOAT PrimaryCoordinates[8][2];
+    FLOAT WhitePoints[16][2];
+} DXGI_DISPLAY_COLOR_SPACE;
+
 [
     object,
     uuid(29038f61-3839-4626-91fd-086879011a05),




More information about the wine-cvs mailing list