diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:03:09 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:09:14 +0100 |
| commit | 4e75549e7bd8b0ea032cf279066d0fac09577067 (patch) | |
| tree | d624dee7f9e58a9694328753f884cb6099324d7f /src/Fl.cxx | |
| parent | fb00fb3d66d01613a1284090608db82424d83b0d (diff) | |
Update dependencies and fix whitespace errors
- replace tabs with spaces
- remove trailing whitespace
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 1bbe95515..923d277f6 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -258,7 +258,7 @@ int Fl::event_inside(const Fl_Widget *o) /*const*/ { If you need more accurate, repeated timeouts, use Fl::repeat_timeout() to reschedule the subsequent timeouts. Please see Fl::repeat_timeout() for an example. - + Since version 1.4, a timeout can be started from a child thread under the condition that the call to Fl::add_timeout is wrapped in Fl::lock() and Fl::unlock(). @@ -2084,7 +2084,7 @@ int Fl::clipboard_contains(const char *type) Under UNIX/Linux/macOS <I>any</I> file descriptor can be monitored (files, devices, pipes, sockets, etc.). Due to limitations in Microsoft Windows, Windows applications can only monitor sockets. - + Under macOS, Fl::add_fd() opens the display if that's not been done before. */ void Fl::add_fd(int fd, int when, Fl_FD_Handler cb, void *d) |
