projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f11c16
)
[WIN32SS][NTUSER] Don't freeze Task Bar in switching the app (#1243)
author
Katayama Hirofumi MZ
<katayama.hirofumi.mz@gmail.com>
Tue, 15 Jan 2019 04:45:28 +0000
(13:45 +0900)
committer
GitHub
<noreply@github.com>
Tue, 15 Jan 2019 04:45:28 +0000
(13:45 +0900)
This avoids taskbar hung up.
win32ss/user/ntuser/simplecall.c
patch
|
blob
|
history
diff --git
a/win32ss/user/ntuser/simplecall.c
b/win32ss/user/ntuser/simplecall.c
index
67377de
..
7cd2c84
100644
(file)
--- 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)