diff options
| author | Manolo Gouy <Manolo> | 2014-06-01 07:20:03 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-06-01 07:20:03 +0000 |
| commit | 9b79cb89f7f85a49d564da9b3b094c4e37c279f6 (patch) | |
| tree | 184e3bab7c13899dba68e13850399d24bf9f396c /src | |
| parent | 50405942b5e15eeceab33fcc5d4f8228e35cca55 (diff) | |
Fixed source formatting error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10180 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
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]) ); |
