mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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. */
|
/* FIXME: Send WM_ACTIVATEAPP to all thread windows. */
|
||||||
}
|
}
|
||||||
|
|
||||||
co_IntSendSetFocusMessages(hWndFocusPrev, hWndFocus);
|
|
||||||
co_IntSendActivateMessages(hWndPrev, hWnd, MouseActivate);
|
co_IntSendActivateMessages(hWndPrev, hWnd, MouseActivate);
|
||||||
|
co_IntSendSetFocusMessages(hWndFocusPrev, hWndFocus);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue