user: Various TrackMouseEvent fixes.
commit5292f976112d6e91f91ff6f46ff4634e3d2690de
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 24 Jul 2006 12:19:25 +0000 (24 21:19 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Jul 2006 17:57:02 +0000 (24 19:57 +0200)
tree14738c1df075ad0f5a18789f12c9c90818cd9c3e
parente882cdf55cc004b5ffb7b85d912b4733da761ba6
user: Various TrackMouseEvent fixes.

- Use WINPOS_WindowFromPoint instead of WindowFromPoint in order to
  use hittest directly to simplify the code.
- WM_NCMOUSEHOVER and WM_MOUSEHOVER take different parameters.
dlls/user/input.c