mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Turn DWM composition toggling (Windows Vista and 7 only) off by default.
We should only turn this on in specific cases, and turning it off by default will allow us to add these special cases as we get reports. git-svn-id: https://svn.eduke32.com/eduke32@6331 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4f1343adfc
commit
96c30ffade
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static HANDLE instanceflag = NULL;
|
||||||
|
|
||||||
static OSVERSIONINFOEX osv;
|
static OSVERSIONINFOEX osv;
|
||||||
|
|
||||||
static int32_t togglecomp = 1;
|
static int32_t togglecomp = 0;
|
||||||
|
|
||||||
FARPROC pwinever;
|
FARPROC pwinever;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue