mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[WIN32SS][NTUSER] Don't freeze Task Bar in switching the app (#1243)
This avoids taskbar hung up.
This commit is contained in:
committed by
GitHub
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)
|
||||
|
Reference in New Issue
Block a user