Rob Shearman : wine.inf: Make UI effects default to on.

Alexandre Julliard julliard at winehq.org
Mon Feb 4 08:42:59 CST 2008


Module: wine
Branch: master
Commit: e28fe907fa7139f9a3c3f32dcf78a9de8a1e983b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e28fe907fa7139f9a3c3f32dcf78a9de8a1e983b

Author: Rob Shearman <rob at codeweavers.com>
Date:   Thu Jan 31 14:47:19 2008 +0000

wine.inf: Make UI effects default to on.

This makes SPI_GETUIEFFECTS return TRUE by default.

---

 tools/wine.inf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index c3cb89c..312d66c 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]




More information about the wine-cvs mailing list