=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Add new D3DCREATE flags.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 13 07:40:25 CST 2014


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Wed Nov 12 22:15:34 2014 +0100

wined3d: Add new D3DCREATE flags.

---

 include/wine/wined3d.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h
index 8f563bb..ef9850b 100644
--- a/include/wine/wined3d.h
+++ b/include/wine/wined3d.h
@@ -934,6 +934,12 @@ enum wined3d_display_rotation
 #define WINED3DCREATE_MIXED_VERTEXPROCESSING                    0x00000080
 #define WINED3DCREATE_DISABLE_DRIVER_MANAGEMENT                 0x00000100
 #define WINED3DCREATE_ADAPTERGROUP_DEVICE                       0x00000200
+#define WINED3DCREATE_DISABLE_DRIVER_MANAGEMENT_EX              0x00000400
+#define WINED3DCREATE_NOWINDOWCHANGES                           0x00000800
+#define WINED3DCREATE_DISABLE_PSGP_THREADING                    0x00002000
+#define WINED3DCREATE_ENABLE_PRESENTSTATS                       0x00004000
+#define WINED3DCREATE_DISABLE_PRINTSCREEN                       0x00008000
+#define WINED3DCREATE_SCREENSAVER                               0x10000000
 
 /* VTF defines */
 #define WINED3DDMAPSAMPLER                                      0x100




More information about the wine-cvs mailing list