mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Do also alert the mouse thread in UserAcquireOrReleaseInputOwnership.
svn path=/trunk/; revision=18032
This commit is contained in:
parent
33ad8f2571
commit
13355b8eff
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ UserAcquireOrReleaseInputOwnership(BOOLEAN Release)
|
|||
InputThreadsRunning = FALSE;
|
||||
|
||||
NtAlertThread(KeyboardThreadHandle);
|
||||
NtAlertThread(MouseThreadHandle);
|
||||
}
|
||||
else if (!Release && !InputThreadsRunning)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue