Ihsan Akmal : dxgiformat.h: Add missing DXGI_FORMAT enums.

Alexandre Julliard julliard at winehq.org
Thu Sep 21 15:01:01 CDT 2017


Module: wine
Branch: master
Commit: 7babc38c235aeecbc56b2db2992bd99b2fac183f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7babc38c235aeecbc56b2db2992bd99b2fac183f

Author: Ihsan Akmal <ihsanapps at gmail.com>
Date:   Wed Sep 20 18:43:33 2017 +0800

dxgiformat.h: Add missing DXGI_FORMAT enums.

Signed-off-by: Ihsan Akmal <ihsanapps at gmail.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 




More information about the wine-cvs mailing list