Henri Verbeet : include: Add the DEVMODE dmDisplayFlags constants.

Alexandre Julliard julliard at winehq.org
Wed Jun 27 19:14:00 CDT 2012


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Jun 27 19:02:26 2012 +0200

include: Add the DEVMODE dmDisplayFlags constants.

---

 include/wingdi.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index 858d3c1..bff96f4 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -3033,6 +3033,10 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
 #define DM_PANNINGWIDTH         __MSABI_LONG(0x08000000)
 #define DM_PANNINGHEIGHT        __MSABI_LONG(0x10000000)
 
+#define DM_GRAYSCALE            1
+#define DM_INTERLACED           2
+#define DMDISPLAYFLAGS_TEXTMODE 4
+
 #define DMORIENT_PORTRAIT	1
 #define DMORIENT_LANDSCAPE	2
 




More information about the wine-cvs mailing list