Restore D&D of filenames that was broken in recent commits.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10179 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-06-01 07:17:15 +00:00
parent 44a1407ba2
commit 50405942b5

View File

@ -1356,6 +1356,7 @@ int fl_handle(const XEvent& thisevent)
return true;
}
Fl::e_clipboard_type = Fl::clipboard_plain_text; // default data type
if (actual == TARGETS || actual == XA_ATOM) {
/*for (unsigned i = 0; i<count; i++) {
fprintf(stderr," %s", XGetAtomName(fl_display, ((Atom*)portion)[i]) );