From f3520a1201311108c069a7be99ce9ed7aed66dd8 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 4 Oct 2011 18:12:43 +0000 Subject: [PATCH] [win32k] - SetActiveWindow must send the WM_WINDOWPOSCHANGING message svn path=/trunk/; revision=53992 --- reactos/subsystems/win32/win32k/ntuser/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/focus.c b/reactos/subsystems/win32/win32k/ntuser/focus.c index b35373729b2..99ddaa8a7b2 100644 --- a/reactos/subsystems/win32/win32k/ntuser/focus.c +++ b/reactos/subsystems/win32/win32k/ntuser/focus.c @@ -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)) {