[win32k]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 4 Oct 2011 18:12:43 +0000 (18:12 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 4 Oct 2011 18:12:43 +0000 (18:12 +0000)
- SetActiveWindow must send the WM_WINDOWPOSCHANGING message

svn path=/trunk/; revision=53992

reactos/subsystems/win32/win32k/ntuser/focus.c

index b353737..99ddaa8 100644 (file)
@@ -73,7 +73,7 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate)
 
       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))
       {