[ros-diffs] [gadamopoulos] 53487: [win32k] -revert an unwanted change from r53355

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Mon Aug 29 12:49:54 UTC 2011


Author: gadamopoulos
Date: Mon Aug 29 12:49:51 2011
New Revision: 53487

URL: http://svn.reactos.org/svn/reactos?rev=53487&view=rev
Log:
[win32k]
-revert an unwanted change from r53355

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=53487&r1=53486&r2=53487&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 12:49:51 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_IntSendMessage(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
+      co_IntSendMessageNoWait(hWndPrev, WM_KILLFOCUS, (WPARAM)hWnd, 0);
    }
 }
 




More information about the Ros-diffs mailing list