From 2ae5287bcf07d83bd938fa85fe84193ed96e7964 Mon Sep 17 00:00:00 2001 From: narzoul Date: Sun, 3 Jan 2021 20:26:54 +0100 Subject: [PATCH] Disable window ghosting --- DDrawCompat/Gdi/Gdi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DDrawCompat/Gdi/Gdi.cpp b/DDrawCompat/Gdi/Gdi.cpp index a12b587..2e9187f 100644 --- a/DDrawCompat/Gdi/Gdi.cpp +++ b/DDrawCompat/Gdi/Gdi.cpp @@ -36,6 +36,8 @@ namespace Gdi void installHooks() { + DisableProcessWindowsGhosting(); + DcFunctions::installHooks(); Palette::installHooks(); PresentationWindow::installHooks();