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:
hendricks266 2017-07-06 14:43:14 +00:00
parent 4f1343adfc
commit 96c30ffade

View file

@ -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;