27 Jun 2012 19:02
[PATCH 2/5] include: Add the DEVMODE dmDisplayFlags constants.
Henri Verbeet <hverbeet <at> codeweavers.com>
2012-06-27 17:02:26 GMT
2012-06-27 17:02:26 GMT
--- 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 <at> <at> -3033,6 +3033,10 <at> <at> 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 -- -- 1.7.8.6
RSS Feed