[patch] Listview drag-and-drop fix

Rein Klazes rklazes at xs4all.nl
Mon May 10 06:31:55 CDT 2004


On Sun, 9 May 2004 21:05:04 -0400, you wrote:

> Xnews was treating all mouseclicks as drag-and-drop operations in the 
> newsgroup listview.  The problem was that LISTVIEW_TrackMouse was losing 
> the WM_LBUTTONUP message.  This patch adds the missing call to 
> DispatchMessage.
> 
> License:  X11, LGPL
> Changelog:  <prupe at myrealbox.com>
>   Dispatch the last message when exiting LISTVIEW_TrackMouse

I have seen a similar problem with Newsbin.

The problem here is that on Windows the WM_LBUTTONUP message *is*
swallowed when it terminates a drag and drop operation. The real problem
is probably not to get in this LISTVIEW_TrackMouse in the first place.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-devel mailing list