Author: gadamopoulos Date: Tue Oct 4 18:12:43 2011 New Revision: 53992
URL: http://svn.reactos.org/svn/reactos?rev=53992&view=rev Log: [win32k] - SetActiveWindow must send the WM_WINDOWPOSCHANGING message
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/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] Tue Oct 4 18:12:43 2011 @@ -73,7 +73,7 @@
if (Window->spwndPrev != NULL) co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, - SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOSENDCHANGING); + SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
if (!Window->spwndOwner && !IntGetParent(Window)) {