From e28fe907fa7139f9a3c3f32dcf78a9de8a1e983b Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Thu, 31 Jan 2008 14:47:19 +0000 Subject: [PATCH] wine.inf: Make UI effects default to on. This makes SPI_GETUIEFFECTS return TRUE by default. --- tools/wine.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wine.inf b/tools/wine.inf index c3cb89c72b4..312d66c5bef 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -206,7 +206,7 @@ HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32 HKCU,%Desktop%,"FontSmoothing",2,"0" HKCU,%Desktop%,"DragFullWindows",2,"0" HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00 -HKCU,%Desktop%,"UserPreferencemask",3,10,00,00,00 +HKCU,%Desktop%,"UserPreferenceMask",3,10,00,00,80 HKCU,%Desktop%,"LowPowerActive",,"0" [Metrics] -- 2.11.4.GIT