[PATCH v2 2/6] include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure.

Biswapriyo Nath nathbappai at gmail.com
Fri Aug 14 01:21:00 CDT 2020


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200814/d933a201/attachment.htm>
-------------- next part --------------
From 2efa0e43c8bf2b980f44a3c35cdaa9e7b80643c8 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Fri, 14 Aug 2020 10:48:43 +0530
Subject: [PATCH v2 2/6] include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/dxgi.idl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/dxgi.idl b/include/dxgi.idl
index 6c9a4fa..65c5a4b 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),
-- 
2.27.0



More information about the wine-devel mailing list