Re: comctl32: Move mouse tracking to MouseMove [RESEND]

2005-05-18 Thread Dimi Paun
On Wed, 2005-05-18 at 00:31 -0500, James Hawkins wrote: > +LVHITTESTINFO lvHitTestInfo; > +INT nItem; > + > +if (infoPtr->bLButtonDown) > +{ > +lvHitTestInfo.pt = infoPtr->ptClickPos; > +nItem = LISTVIEW_HitTest(infoPtr, &lvHitTestInfo, TRUE, > TRUE); > + > +

Re: comctl32: Move mouse tracking to MouseMove

2005-05-17 Thread Dimi Paun
On Tue, 2005-05-17 at 23:18 -0500, James Hawkins wrote: > Changelog > * Store the click point in LISTVIEW_INFO. > * Move mouse tracking to MouseMove. > * Use DragDetect instead of TrackMouse. > * Remove the unused TrackMouse function. I think you've sent the wrong patch... -- Dimi Paun <[EMAIL P