[PATCH 2/2] winex11.drv: use the correct drop effect for WM_DROPFILES

Damjan Jovanovic damjan.jov at gmail.com
Thu Aug 6 21:21:27 CDT 2015


Tests show that on Windows, for a window to indicate it will accept a
file drop or to actually accept it, it must have WS_EX_ACCEPTFILES in
its style, contain DROPEFFECT_COPY (which will be chosen if offered
among several drop effects), and be offered the HDROP format. Be
equally rigorous.

Damjan Jovanovic
---
 dlls/winex11.drv/xdnd.c | 67 +++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 59 insertions(+), 8 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winex11.drv-use-the-correct-drop-effect-for-WM_DROPFIL.txt
Type: text/x-patch
Size: 4175 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150807/4c111995/attachment.bin>


More information about the wine-patches mailing list