mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[WIN32SS] Do not remove message from the Msg Queue if it is not for us. (#4129)
CORE-8217 Patch from 'I_Kill_Bugs' contributor.
This commit is contained in:
@@ -1524,7 +1524,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
|
||||
{
|
||||
// This is not for us and we should leave so the other thread can check for messages!!!
|
||||
*NotForUs = TRUE;
|
||||
*RemoveMessages = TRUE;
|
||||
*RemoveMessages = FALSE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user