Author: akhaldi
Date: Mon Aug 29 14:32:30 2011
New Revision: 53490
URL:
http://svn.reactos.org/svn/reactos?rev=53490&view=rev
Log:
[WIN32K]
* The previous commit (r53487) mentioned a revert, but the patch didn't reflect it.
Spotted by Victor.
Modified:
trunk/reactos/subsystems/win32/win32k/ntuser/focus.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/focus.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] Mon Aug 29 14:32:30
2011
@@ -166,7 +166,7 @@
{
TRACE("sending WM_KILLFOCUS to hwnd 0x%x\n", hWndPrev);
IntNotifyWinEvent(EVENT_OBJECT_FOCUS, NULL, OBJID_CLIENT, CHILDID_SELF, 0);
- co_IntSendMessageNoWait(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
+ co_IntPostOrSendMessage(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
}
}