mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[WIN32K]
- Don't crash if the focus message queue is NULL svn path=/trunk/; revision=59174
This commit is contained in:
parent
6a14b4a76e
commit
50ab8e88e3
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ co_IntSendActivateMessages(PWND WindowPrev, PWND Window, BOOL MouseActivate, BOO
|
|||
/* FIXME: IntIsWindow */
|
||||
co_IntSendMessageNoWait( UserHMGetHandle(Window),
|
||||
WM_NCACTIVATE,
|
||||
(WPARAM)(Window == gpqForeground->spwndActive),
|
||||
(WPARAM)(gpqForeground ? (Window == gpqForeground->spwndActive) : FALSE),
|
||||
0); //(LPARAM)hWndPrev);
|
||||
|
||||
co_IntSendMessageNoWait( UserHMGetHandle(Window),
|
||||
|
|
Loading…
Reference in a new issue