- the color of the background for the desktop window should match COLOR_DESKTOP

svn path=/trunk/; revision=32701
This commit is contained in:
Johannes Anderwald 2008-03-16 18:19:36 +00:00
parent 2143880ec3
commit b3e9f47a36

View file

@ -1924,7 +1924,7 @@ static HRESULT WINAPI IShellView_fnCreateViewWindow(
wc.hInstance = shell32_hInstance;
wc.hIcon = 0;
wc.hCursor = LoadCursorW(0, (LPWSTR)IDC_ARROW);
wc.hbrBackground = (HBRUSH) (COLOR_WINDOW + 1);
wc.hbrBackground = (HBRUSH) (COLOR_BACKGROUND+1);
wc.lpszMenuName = NULL;
wc.lpszClassName = SV_CLASS_NAME;