mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
- fix the fix.
svn path=/trunk/; revision=63594
This commit is contained in:
parent
6798413bf5
commit
a9746d12cb
1 changed files with 1 additions and 1 deletions
|
@ -1369,7 +1369,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, UINT first, UINT
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
pwndMsg = co_WinPosWindowFromPoint(NULL, &msg->pt, &hittest, FASLE);//TRUE);
|
pwndMsg = co_WinPosWindowFromPoint(NULL, &msg->pt, &hittest, FALSE);//TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("Got mouse message for %p, hittest: 0x%x\n", msg->hwnd, hittest);
|
TRACE("Got mouse message for %p, hittest: 0x%x\n", msg->hwnd, hittest);
|
||||||
|
|
Loading…
Reference in a new issue