Author: jimtabor
Date: Fri Jun 13 01:40:59 2014
New Revision: 63593

URL: http://svn.reactos.org/svn/reactos?rev=63593&view=rev
Log:
[Win32k]
- Test for disabled windows, fix CORE-8089 and see CORE-6651.

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/msgqueue.c?rev=63593&r1=63592&r2=63593&view=diff
==============================================================================
--- 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:40:59 2014
@@ -1369,7 +1369,7 @@
     }
     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);


Reply via email to