Author: akhaldi
Date: Mon Aug 29 14:57:06 2011
New Revision: 53491
URL: http://svn.reactos.org/svn/reactos?rev=53491&view=rev
Log:
[WIN32K]
* Revert r53487 (and as a result 53490) as per Giannis (the committer)
suggestion. It broke testbot and he couldn't look into it at the moment.
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/ntuser/focus.c?rev=53491&r1=53490&r2=53491&view=diff
==============================================================================
--- 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:57:06 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_IntPostOrSendMessage(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
+ co_IntSendMessage(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
}
}