[PATCH 5/7] include: Add missing D3DPMISCCAPS_POSTBLENDSRGBCONVERT flag.

Matteo Bruni mbruni at codeweavers.com
Fri Nov 27 13:39:34 CST 2015


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 include/d3d9caps.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/d3d9caps.h b/include/d3d9caps.h
index 5cc757b..424b20c 100644
--- a/include/d3d9caps.h
+++ b/include/d3d9caps.h
@@ -116,6 +116,9 @@
 #define D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING __MSABI_LONG(0x00080000)
 #define D3DPMISCCAPS_FOGVERTEXCLAMPED           __MSABI_LONG(0x00100000)
 
+#ifndef D3D_DISABLE_9EX
+#define D3DPMISCCAPS_POSTBLENDSRGBCONVERT       __MSABI_LONG(0x00200000)
+#endif
 
 #define D3DPRASTERCAPS_DITHER                     __MSABI_LONG(0x00000001)
 #define D3DPRASTERCAPS_PAT                        __MSABI_LONG(0x00000008)
-- 
2.4.10




More information about the wine-patches mailing list