mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:25:56 +00:00
[win32k]
-revert an unwanted change from r53355 svn path=/trunk/; revision=53487
This commit is contained in:
parent
847bea9af1
commit
e70e1be300
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ co_IntSendKillFocusMessages(HWND hWndPrev, HWND hWnd)
|
|||
{
|
||||
TRACE("sending WM_KILLFOCUS to hwnd 0x%x\n", hWndPrev);
|
||||
IntNotifyWinEvent(EVENT_OBJECT_FOCUS, NULL, OBJID_CLIENT, CHILDID_SELF, 0);
|
||||
co_IntSendMessage(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
|
||||
co_IntSendMessageNoWait(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue