Ken Thomases : include/wingdi.h: Add definitions for DEVMODE display fixed output flags and values.

Alexandre Julliard julliard at winehq.org
Mon Feb 18 13:27:05 CST 2013


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

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Feb 17 19:28:38 2013 -0600

include/wingdi.h: Add definitions for DEVMODE display fixed output flags and values.

---

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

diff --git a/include/wingdi.h b/include/wingdi.h
index ca98b3e..408a1b1 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -3027,6 +3027,7 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
 #define DM_DITHERTYPE           __MSABI_LONG(0x04000000)
 #define DM_PANNINGWIDTH         __MSABI_LONG(0x08000000)
 #define DM_PANNINGHEIGHT        __MSABI_LONG(0x10000000)
+#define DM_DISPLAYFIXEDOUTPUT   __MSABI_LONG(0x20000000)
 
 #define DM_GRAYSCALE            1
 #define DM_INTERLACED           2
@@ -3224,6 +3225,10 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
 #define DMDO_180                2
 #define DMDO_270                3
 
+#define DMDFO_DEFAULT           0
+#define DMDFO_STRETCH           1
+#define DMDFO_CENTER            2
+
 typedef struct
 {
     INT    cbSize;




More information about the wine-cvs mailing list