mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
First send WM_ACTIVATE, then WM_SETFOCUS
svn path=/trunk/; revision=18836
This commit is contained in:
parent
6d06d18b14
commit
fc5c3ee4b0
1 changed files with 1 additions and 1 deletions
|
@ -200,8 +200,8 @@ co_IntSetForegroundAndFocusWindow(PWINDOW_OBJECT Window, PWINDOW_OBJECT FocusWin
|
|||
/* FIXME: Send WM_ACTIVATEAPP to all thread windows. */
|
||||
}
|
||||
|
||||
co_IntSendSetFocusMessages(hWndFocusPrev, hWndFocus);
|
||||
co_IntSendActivateMessages(hWndPrev, hWnd, MouseActivate);
|
||||
co_IntSendSetFocusMessages(hWndFocusPrev, hWndFocus);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue