Registry: Set FontSmoothing as default enabled (AA)

André Hentschel nerv at dawncrow.de
Mon Mar 16 11:46:17 CDT 2009


Many people report they are missing AA, but its already implemented.
This Patch changes the wine.inf to enable it as default.
---
 tools/wine.inf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index aa82cc1..2adce71 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -407,7 +407,7 @@ 
HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.R
 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
 
 [Desktop]
-HKCU,%Desktop%,"FontSmoothing",2,"0"
+HKCU,%Desktop%,"FontSmoothing",2,"2"
 HKCU,%Desktop%,"DragFullWindows",2,"0"
 HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00
 HKCU,%Desktop%,"UserPreferenceMask",3,10,00,00,80
-- 
1.6.2




More information about the wine-patches mailing list