mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Reduce a failure in SwitchToThisWindow testcase of #998. CORE-15165
This commit is contained in:
parent
665269be9c
commit
e39863bdf6
1 changed files with 3 additions and 1 deletions
|
@ -522,7 +522,9 @@ NtUserCallTwoParam(
|
|||
UserPostMessage(hwnd, WM_SYSCOMMAND, SC_RESTORE, 0);
|
||||
}
|
||||
/* bring window to top and activate */
|
||||
co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
|
||||
co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0,
|
||||
SWP_NOSIZE | SWP_NOMOVE | SWP_NOSENDCHANGING |
|
||||
SWP_NOOWNERZORDER | SWP_ASYNCWINDOWPOS);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue