Author: fireball
Date: Tue Nov 3 22:37:01 2009
New Revision: 43939
URL:
http://svn.reactos.org/svn/reactos?rev=43939&view=rev
Log:
- Revert the mouse hwnd change for now, it was not intended for committing. This
unregresses arwinss usability.
Modified:
branches/arwinss/reactos/dll/win32/winent.drv/mouse.c
Modified: branches/arwinss/reactos/dll/win32/winent.drv/mouse.c
URL:
http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winen…
==============================================================================
--- branches/arwinss/reactos/dll/win32/winent.drv/mouse.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/dll/win32/winent.drv/mouse.c [iso-8859-1] Tue Nov 3 22:37:01
2009
@@ -189,9 +189,9 @@
GetCursorPos(&pt);
}
- hwnd = SwmGetWindowFromPoint(pt.x, pt.y);
-
- FIXME("hwnd %x\n", hwnd);
+ //hwnd = SwmGetWindowFromPoint(pt.x, pt.y);
+
+ //FIXME("hwnd %x\n", hwnd);
if (flags & MOUSEEVENTF_MOVE)
{