mirror of https://github.com/fltk/fltk
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:
parent
50405942b5
commit
9b79cb89f7
|
@ -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]) );
|
||||
|
|
Loading…
Reference in New Issue