[ros-diffs] [gadamopoulos] 54043: [win32k] - SetActiveWindow should call SetWindowPos without SWP_NOACTIVATE parameter

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Fri Oct 7 10:10:26 UTC 2011


Author: gadamopoulos
Date: Fri Oct  7 10:10:23 2011
New Revision: 54043

URL: http://svn.reactos.org/svn/reactos?rev=54043&view=rev
Log:
[win32k]
- SetActiveWindow should call SetWindowPos without SWP_NOACTIVATE parameter

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=54043&r1=54042&r2=54043&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] Fri Oct  7 10:10:23 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_NOSIZE | SWP_NOMOVE);
 
       if (!Window->spwndOwner && !IntGetParent(Window))
       {




More information about the Ros-diffs mailing list