mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
include: Add the DEVMODE dmDisplayFlags constants.
This commit is contained in:
parent
427f3e40dc
commit
4cb8d1ea1e
1 changed files with 4 additions and 0 deletions
|
@ -3033,6 +3033,10 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
|
||||||
#define DM_PANNINGWIDTH __MSABI_LONG(0x08000000)
|
#define DM_PANNINGWIDTH __MSABI_LONG(0x08000000)
|
||||||
#define DM_PANNINGHEIGHT __MSABI_LONG(0x10000000)
|
#define DM_PANNINGHEIGHT __MSABI_LONG(0x10000000)
|
||||||
|
|
||||||
|
#define DM_GRAYSCALE 1
|
||||||
|
#define DM_INTERLACED 2
|
||||||
|
#define DMDISPLAYFLAGS_TEXTMODE 4
|
||||||
|
|
||||||
#define DMORIENT_PORTRAIT 1
|
#define DMORIENT_PORTRAIT 1
|
||||||
#define DMORIENT_LANDSCAPE 2
|
#define DMORIENT_LANDSCAPE 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue