Fixed source formatting error.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10180 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-06-01 07:20:03 +00:00
parent 50405942b5
commit 9b79cb89f7
1 changed files with 1 additions and 1 deletions

View File

@ -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]) );