mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
[WIN32SS][NTUSER] Don't freeze Task Bar in switching the app (#1243)
This avoids taskbar hung up.
This commit is contained in:
parent
5f11c16ca8
commit
8ca854251a
@ -515,6 +515,11 @@ NtUserCallTwoParam(
|
||||
{
|
||||
break;
|
||||
}
|
||||
if (MsqIsHung(Window->head.pti))
|
||||
{
|
||||
// TODO: Make the window ghosted and activate.
|
||||
break;
|
||||
}
|
||||
if (fAltTab)
|
||||
{
|
||||
if (Window->style & WS_MINIMIZE)
|
||||
|
Loading…
Reference in New Issue
Block a user