• Damjan Jovanovic's avatar
    winex11: Use the correct drop effect for WM_DROPFILES. · 3f99e71f
    Damjan Jovanovic authored
    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.
    3f99e71f
xdnd.c 27.2 KB