comctl32: Move TrackMouse handling to MouseMove

James Hawkins truiken at gmail.com
Sat May 14 11:12:01 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.

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: 2867 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050514/436c7eaf/listview-trackmouse.bin


More information about the wine-patches mailing list