comctl32: Move TrackMouse handling to MouseMove

James Hawkins truiken at gmail.com
Sun May 15 02:05:17 CDT 2005


Hey,

This patch also fixes the WM_LBUTTONUP bug, and the new behavior with
listview is even better.  The logic behind this is that we only want
to track the mouse by calling TrackMouse when the mouse moves.
Conveniently we already have infoDisp->bLButtonDown to tell us when
we're in a click.  Taking Dimi's advice, the new lines are 4 space tabs.

Changelog
* Store the click position in LISTVIEW_INFO.
* Move TrackMouse handling to MouseMove.

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: listview-trackmouse.diff
Type: text/x-patch
Size: 2974 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050515/e977d4b7/listview-trackmouse.bin


More information about the wine-patches mailing list