Divan Burger : user32: Change the desktop colour and pattern to match win2k .

Alexandre Julliard julliard at winehq.org
Wed Nov 21 07:47:44 CST 2007


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

Author: Divan Burger <divan.burger at gmail.com>
Date:   Wed Nov 21 11:33:53 2007 +0200

user32: Change the desktop colour and pattern to match win2k.

---

 dlls/user32/sysparams.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c
index 60afd2e..d5acd0b 100644
--- a/dlls/user32/sysparams.c
+++ b/dlls/user32/sysparams.c
@@ -88,7 +88,7 @@ enum spi_index
 static const char * const DefSysColors[] =
 {
     "Scrollbar", "212 208 200",              /* COLOR_SCROLLBAR */
-    "Background", "0 128 128",               /* COLOR_BACKGROUND */
+    "Background", "58 110 165",               /* COLOR_BACKGROUND */
     "ActiveTitle", "0 0 128",                /* COLOR_ACTIVECAPTION */
     "InactiveTitle", "128 128 128",          /* COLOR_INACTIVECAPTION */
     "Menu", "212 208 200",                   /* COLOR_MENU */
@@ -261,8 +261,7 @@ static const WCHAR MessageFontSize[]=                        {'M','e','s','s','a
 static const WCHAR System[]=                                 {'S','y','s','t','e','m',0};
 static const WCHAR IconTitleSize[]=                          {'I','c','o','n','T','i','t','l','e','S','i','z','e',0};
 static const WCHAR IconTitleFaceName[]=                      {'I','c','o','n','T','i','t','l','e','F','a','c','e','N','a','m','e',0};
-static const WCHAR defPattern[]=                             {'1','7','0',' ','8','5',' ','1','7','0',' ','8','5',' ','1','7','0',' ','8','5',
-                                                              ' ','1','7','0',' ','8','5',0};
+static const WCHAR defPattern[]=                             {'0',' ','0',' ','0',' ','0',' ','0',' ','0',' ','0',' ','0',0};
 static const WCHAR CSu[]=                                    {'%','u',0};
 static const WCHAR CSd[]=                                    {'%','d',0};
 




More information about the wine-cvs mailing list