[ros-diffs] [gadamopoulos] 53992: [win32k] - SetActiveWindow must send the WM_WINDOWPOSCHANGING message

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Tue Oct 4 18:12:43 UTC 2011


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/ntuser/focus.c?rev=53992&r1=53991&r2=53992&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] 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))
       {




More information about the Ros-diffs mailing list