mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
add CDS_VIDEOPARAMETERS for changedisplay setting it was mising in our include files
svn path=/trunk/; revision=15483
This commit is contained in:
parent
06a280398f
commit
d3f81ff12b
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ extern "C" {
|
||||||
#define CDS_FULLSCREEN 4
|
#define CDS_FULLSCREEN 4
|
||||||
#define CDS_GLOBAL 8
|
#define CDS_GLOBAL 8
|
||||||
#define CDS_SET_PRIMARY 16
|
#define CDS_SET_PRIMARY 16
|
||||||
|
#define CDS_VIDEOPARAMETERS 20
|
||||||
#define CDS_RESET 0x40000000
|
#define CDS_RESET 0x40000000
|
||||||
#define CDS_SETRECT 0x20000000
|
#define CDS_SETRECT 0x20000000
|
||||||
#define CDS_NORESET 0x10000000
|
#define CDS_NORESET 0x10000000
|
||||||
|
|
Loading…
Reference in a new issue