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() { } -

void add_fd(int fd, int when, void (*cb)(int,void*),void* =0);
-void add_fd(int fd, void (*cb)(int, void*), void* = 0);

+

void add_fd(int fd, void (*cb)(int,void*),void* =0);
+void add_fd(int fd, int when, void (*cb)(int, void*), void* = 0);

Add file descriptor fd to listen to. When the fd becomes ready for reading Fl::wait() will call the callback