mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
Do only dereference the desktop window if the handle was valid in IntMouseInput.
svn path=/trunk/; revision=14445
This commit is contained in:
parent
c5fcba3366
commit
b82d7998fa
1 changed files with 1 additions and 1 deletions
|
@ -611,8 +611,8 @@ IntMouseInput(MOUSEINPUT *mi)
|
|||
MousePos.x = DesktopWindow->ClientRect.right - 1;
|
||||
if(MousePos.y >= DesktopWindow->ClientRect.bottom)
|
||||
MousePos.y = DesktopWindow->ClientRect.bottom - 1;
|
||||
ObmDereferenceObject(DesktopWindow);
|
||||
}
|
||||
ObmDereferenceObject(DesktopWindow);
|
||||
|
||||
if(MousePos.x < 0)
|
||||
MousePos.x = 0;
|
||||
|
|
Loading…
Reference in a new issue