Module: wine Branch: master Commit: 7babc38c235aeecbc56b2db2992bd99b2fac183f URL: http://source.winehq.org/git/wine.git/?a=commit;h=7babc38c235aeecbc56b2db299...
Author: Ihsan Akmal ihsanapps@gmail.com Date: Wed Sep 20 18:43:33 2017 +0800
dxgiformat.h: Add missing DXGI_FORMAT enums.
Signed-off-by: Ihsan Akmal ihsanapps@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/dxgiformat.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/dxgiformat.h b/include/dxgiformat.h index 6bb9d00..4c315cb 100644 --- a/include/dxgiformat.h +++ b/include/dxgiformat.h @@ -138,6 +138,9 @@ typedef enum DXGI_FORMAT { DXGI_FORMAT_P8 = 113, DXGI_FORMAT_A8P8 = 114, DXGI_FORMAT_B4G4R4A4_UNORM = 115, + DXGI_FORMAT_P208 = 130, + DXGI_FORMAT_V208 = 131, + DXGI_FORMAT_V408 = 132, DXGI_FORMAT_FORCE_UINT = 0xffffffff } DXGI_FORMAT;