1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

Disable window ghosting

This commit is contained in:
narzoul 2021-01-03 20:26:54 +01:00
parent 337c5a9c5a
commit 2ae5287bcf

View File

@ -36,6 +36,8 @@ namespace Gdi
void installHooks() void installHooks()
{ {
DisableProcessWindowsGhosting();
DcFunctions::installHooks(); DcFunctions::installHooks();
Palette::installHooks(); Palette::installHooks();
PresentationWindow::installHooks(); PresentationWindow::installHooks();