summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-01-30 08:36:33 +0000
committerManolo Gouy <Manolo>2011-01-30 08:36:33 +0000
commit0e55ee68d08b7a89628ab0487b3a763093b99e77 (patch)
tree31d83f37259518aef100faf30172fc130bc5a81a
parentf832f4af5761169d2b1129174d85bdfeda30506a (diff)
Minor change in Doxygen docs of Fl::wait() functions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8334 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 7638160d9..6c11abfad 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -537,11 +537,11 @@ static Fl_Win32_At_Exit win32_at_exit;
any Fl::add_fd() callbacks. It then handles the events and
calls the callbacks and then returns.
- The return value of the first form is non-zero if there are
+ The return value of Fl::wait() is non-zero if there are
any visible windows - this may change in future versions of
FLTK.
- The second form waits a maximum of <i>time</i>
+ Fl::wait(time) waits a maximum of <i>time</i>
seconds. <i>It can return much sooner if something happens.</i>
The return value is positive if an event or fd happens before the