- Test for disabled windows, fix CORE-8089 and see CORE-6651.

svn path=/trunk/; revision=63593
This commit is contained in:
James Tabor 2014-06-13 01:40:59 +00:00
parent fa15740904
commit 6798413bf5

View file

@ -1369,7 +1369,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, UINT first, UINT
}
else
{
pwndMsg = co_WinPosWindowFromPoint(NULL, &msg->pt, &hittest, TRUE);
pwndMsg = co_WinPosWindowFromPoint(NULL, &msg->pt, &hittest, FASLE);//TRUE);
}
TRACE("Got mouse message for %p, hittest: 0x%x\n", msg->hwnd, hittest);