[ros-diffs] [fireball] 43939: - Revert the mouse hwnd change for now, it was not intended for committing. This unregresses arwinss usability.

fireball at svn.reactos.org fireball at svn.reactos.org
Tue Nov 3 22:37:01 CET 2009


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/winent.drv/mouse.c?rev=43939&r1=43938&r2=43939&view=diff
==============================================================================
--- 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)
     {




More information about the Ros-diffs mailing list