diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 821e1612a..24c85d506 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -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]) ); |
