summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 24c85d506..f2be54814 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1356,7 +1356,7 @@ int fl_handle(const XEvent& thisevent)
return true;
}
-Fl::e_clipboard_type = Fl::clipboard_plain_text; // default data type
+ 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]) );