[ros-diffs] [gedmurphy] 20588: Fix ugly toolbar colour

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Thu Jan 5 21:57:39 CET 2006


Fix ugly toolbar colour
Modified: trunk/reactos/subsys/system/servman/servman.c
  _____  

Modified: trunk/reactos/subsys/system/servman/servman.c
--- trunk/reactos/subsys/system/servman/servman.c	2006-01-05
20:13:06 UTC (rev 20587)
+++ trunk/reactos/subsys/system/servman/servman.c	2006-01-05
20:57:29 UTC (rev 20588)
@@ -571,7 +571,7 @@

 	wc.hInstance	 = hInstance;
 	wc.hIcon		 = LoadIcon(GetModuleHandle(NULL),
MAKEINTRESOURCE(IDI_SM_ICON));
 	wc.hCursor		 = LoadCursor(NULL, IDC_ARROW);
-	wc.hbrBackground = (HBRUSH)(COLOR_WINDOW);
+	wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
 	wc.lpszMenuName  = MAKEINTRESOURCE(IDR_MAINMENU);
 	wc.lpszClassName = ClassName;
 	wc.hIconSm		 =
(HICON)LoadImage(GetModuleHandle(NULL),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060105/87540035/attachment.html


More information about the Ros-diffs mailing list