Commit 9b53378c authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure.

parent bcb9db41
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment