Revert r18836, it breaks the explorer start menu (bug 952)

svn path=/trunk/; revision=18978
This commit is contained in:
Gé van Geldorp 2005-11-03 22:20:29 +00:00
parent 2bb75d7d0e
commit a21eb62527

View file

@ -200,8 +200,8 @@ co_IntSetForegroundAndFocusWindow(PWINDOW_OBJECT Window, PWINDOW_OBJECT FocusWin
/* FIXME: Send WM_ACTIVATEAPP to all thread windows. */
}
co_IntSendActivateMessages(hWndPrev, hWnd, MouseActivate);
co_IntSendSetFocusMessages(hWndFocusPrev, hWndFocus);
co_IntSendActivateMessages(hWndPrev, hWnd, MouseActivate);
return TRUE;
}