X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=win32ss%2Fuser%2Fntuser%2Fsimplecall.c;h=7cd2c8490d9ce1c89affde73d1891e8a1a53b2d3;hp=67377de4a8c603458862bfc84c8696d54512b84b;hb=8ca854251a89f45a90db8f60f607a477e7e8dbde;hpb=5f11c16ca87bdb6528462198a2a5ef284678c7e7;ds=sidebyside diff --git a/win32ss/user/ntuser/simplecall.c b/win32ss/user/ntuser/simplecall.c index 67377de4a8c..7cd2c8490d9 100644 --- a/win32ss/user/ntuser/simplecall.c +++ b/win32ss/user/ntuser/simplecall.c @@ -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)