http://bugs.winehq.org/show_bug.cgi?id=26865
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Component|-unknown |ole32
--- Comment #4 from Damjan Jovanovic damjan.jov@gmail.com 2011-05-24 11:01:24 CDT --- Please test something like "drag from WinRAR -> drop to 7-Zip". Winefile probably doesn't support drops at all.
Implementing "drag from Windows app -> drop to X app" is tricky: the drag loop in OLE32 has to be patched to detect whether the window that is being dragged over is a Windows window or a native window, and do special things through USER32 and winex11.drv if it's a native window...
Also the drag and drop protocol for Wayland is different from X :-(.