diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-12-13 00:21:06 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-12-13 00:21:06 +0000 |
| commit | 4c338a533ff16675a8f7f3646b9aacc18a6ceb00 (patch) | |
| tree | 206abb72d9db78a8575103d5e00fed75d6cc2bf7 | |
| parent | fde536626ed8c190502266ce37d947b6864a428f (diff) | |
STR #1106: fixed documentation error
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/Fl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html index 66e0ab353..3b3f7e790 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -173,8 +173,8 @@ main() { } </PRE></UL> -<H4><A NAME="Fl.add_fd">void add_fd(int fd, int when, void (*cb)(int,void*),void* =0);<BR> -void add_fd(int fd, void (*cb)(int, void*), void* = 0);</A></H4> +<H4><A NAME="Fl.add_fd">void add_fd(int fd, void (*cb)(int,void*),void* =0);<BR> +void add_fd(int fd, int when, void (*cb)(int, void*), void* = 0);</A></H4> <P>Add file descriptor <tt>fd</tt> to listen to. When the <tt>fd</tt> becomes ready for reading <tt>Fl::wait()</tt> will call the callback |
