diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index f2be54814..d86596a1d 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1339,7 +1339,7 @@ int fl_handle(const XEvent& thisevent) if (XGetWindowProperty(fl_display, fl_xevent->xselection.requestor, fl_xevent->xselection.property, - bytesread/4, 65536, 0/*1*/, AnyPropertyType, + bytesread/4, 65536, 1, AnyPropertyType, &actual, &format, &count, &remaining, &portion)) break; // quit on error @@ -1356,7 +1356,6 @@ 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