[Bug 25082] radmin: right mouse key drag'n'drop not working

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 27 23:43:10 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=25082

--- Comment #13 from Daniel Jelinski <djelinski1 at gmail.com> 2013-01-27 23:43:10 CST ---
Well, this should also work for these bugs. In order to be correct the code
would have to take return value from NM_RCLICK into account. notify_click
returns an information if the listview window still exists.

That return value is a huge pain. It was introduced by commit
c0b79e0b055a0093ab1c2c129c593d74e51d3709, which was a hack intended to fix bug
3366, which was most likely a bug in comdlg. That hack is most likely not
needed by any other application. Now there are multiple notify functions, and
some return the result of SendMessage, others return the result of IsWindow,
and you have to check each time. Do you think we could get rid of that IsWindow
mess?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list