[WIN32SS][NTUSER] Don't freeze Task Bar in switching the app (#1243)

This avoids taskbar hung up.
This commit is contained in:
Katayama Hirofumi MZ 2019-01-15 13:45:28 +09:00 committed by GitHub
parent 5f11c16ca8
commit 8ca854251a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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)