From 96c30ffade78ad19c4f922e25d2ae363376c1d38 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 6 Jul 2017 14:43:14 +0000 Subject: [PATCH] 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 --- source/build/src/winbits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/winbits.cpp b/source/build/src/winbits.cpp index bc47f993a..7d97159e7 100644 --- a/source/build/src/winbits.cpp +++ b/source/build/src/winbits.cpp @@ -28,7 +28,7 @@ static HANDLE instanceflag = NULL; static OSVERSIONINFOEX osv; -static int32_t togglecomp = 1; +static int32_t togglecomp = 0; FARPROC pwinever;