Author: jimtabor
Date: Fri Jun 13 01:45:44 2014
New Revision: 63594
URL:
http://svn.reactos.org/svn/reactos?rev=63594&view=rev
Log:
- fix the fix.
Modified:
trunk/reactos/win32ss/user/ntuser/msgqueue.c
Modified: trunk/reactos/win32ss/user/ntuser/msgqueue.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/msgque…
==============================================================================
--- trunk/reactos/win32ss/user/ntuser/msgqueue.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/ntuser/msgqueue.c [iso-8859-1] Fri Jun 13 01:45:44 2014
@@ -1369,7 +1369,7 @@
}
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);