mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WIN32SS][NTUSER] Don't freeze Task Bar in switching the app (#1243)
This avoids taskbar hung up.
This commit is contained in:
@@ -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