Nikolay Sivov : include: Add a couple more defines for D3DPRESENT_* flags.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 10 07:49:47 CST 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sat Nov  8 18:58:20 2014 +0300

include: Add a couple more defines for D3DPRESENT_* flags.

---

 include/d3d9.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/d3d9.h b/include/d3d9.h
index d5107db..712104b 100644
--- a/include/d3d9.h
+++ b/include/d3d9.h
@@ -62,6 +62,8 @@
 #define D3D_SDK_VERSION                         32
 #define D3DADAPTER_DEFAULT                      0
 #define D3DENUM_NO_WHQL_LEVEL                   __MSABI_LONG(0x00000002)
+#define D3DPRESENT_DONOTWAIT                    __MSABI_LONG(1)
+#define D3DPRESENT_LINEAR_CONTENT               __MSABI_LONG(2)
 #define D3DPRESENT_BACK_BUFFERS_MAX             __MSABI_LONG(3)
 #define D3DSGR_NO_CALIBRATION                   __MSABI_LONG(0x00000000)
 #define D3DSGR_CALIBRATE                        __MSABI_LONG(0x00000001)




More information about the wine-cvs mailing list