• Erwan Tulou's avatar
    skins2(Linux): fix some drag&drop issues · 4ee6861f
    Erwan Tulou authored
    On Linux, drag&drop provides a null-terminated character string, consisting of
    one or more filenames. When there are more than one filename, either CR LF
    (e.g Nautilus) or just LF (e.g Konqueror) are used as the sub delimiter.
    This patch ensures that drag&drop now works for both cases.
    
    In addition, if more than one item are selected, only the first item is
    launched instead of all of them.
    4ee6861f
x11_dragdrop.cpp 6.5 KB