Commit 4cb8d1ea authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

include: Add the DEVMODE dmDisplayFlags constants.

parent 427f3e40
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment