[ros-diffs] [janderwald] 32701: - the color of the background for the desktop window should match COLOR_DESKTOP

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sun Mar 16 19:19:36 CET 2008


Author: janderwald
Date: Sun Mar 16 13:19:36 2008
New Revision: 32701

URL: http://svn.reactos.org/svn/reactos?rev=3D32701&view=3Drev
Log:
- the color of the background for the desktop window should match COLOR_DES=
KTOP

Modified:
    trunk/reactos/dll/win32/shell32/shlview.c

Modified: trunk/reactos/dll/win32/shell32/shlview.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shl=
view.c?rev=3D32701&r1=3D32700&r2=3D32701&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/dll/win32/shell32/shlview.c (original)
+++ trunk/reactos/dll/win32/shell32/shlview.c Sun Mar 16 13:19:36 2008
@@ -1924,7 +1924,7 @@
 	  wc.hInstance		=3D shell32_hInstance;
 	  wc.hIcon		=3D 0;
 	  wc.hCursor		=3D LoadCursorW(0, (LPWSTR)IDC_ARROW);
-	  wc.hbrBackground	=3D (HBRUSH) (COLOR_WINDOW + 1);
+	  wc.hbrBackground	=3D (HBRUSH) (COLOR_BACKGROUND+1);
 	  wc.lpszMenuName	=3D NULL;
 	  wc.lpszClassName	=3D SV_CLASS_NAME;
 =





More information about the Ros-diffs mailing list