mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 03:24:33 +00:00
[explorer] Remove debug outputs added in r51524
svn path=/trunk/; revision=51568
This commit is contained in:
parent
a3c6e37bce
commit
fd8c53e19c
2 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ LRESULT DesktopWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
|
||||||
|
|
||||||
// forward message to common controls
|
// forward message to common controls
|
||||||
SendMessage(g_Globals._hwndShellView, WM_SYSCOLORCHANGE, 0, 0);
|
SendMessage(g_Globals._hwndShellView, WM_SYSCOLORCHANGE, 0, 0);
|
||||||
SendMessage(_desktopBar, WM_SYSCOLORCHANGE, 0, 0);OutputDebugStringA("WM_SYSCOLORCHANGE desktop\n");
|
SendMessage(_desktopBar, WM_SYSCOLORCHANGE, 0, 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: def:
|
default: def:
|
||||||
|
|
|
@ -345,7 +345,7 @@ LRESULT DesktopBar::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
|
||||||
case PM_GET_NOTIFYAREA:
|
case PM_GET_NOTIFYAREA:
|
||||||
return (LRESULT)(HWND)_hwndNotify;
|
return (LRESULT)(HWND)_hwndNotify;
|
||||||
|
|
||||||
case WM_SYSCOLORCHANGE:OutputDebugStringA("WM_SYSCOLORCHANGE desktopbar\n");
|
case WM_SYSCOLORCHANGE:
|
||||||
/* Forward WM_SYSCOLORCHANGE to common controls */
|
/* Forward WM_SYSCOLORCHANGE to common controls */
|
||||||
#ifndef _NO_REBAR
|
#ifndef _NO_REBAR
|
||||||
SendMessage(_hwndrebar, WM_SYSCOLORCHANGE, 0, 0);
|
SendMessage(_hwndrebar, WM_SYSCOLORCHANGE, 0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue