Author: manolo Date: 2011-01-30 00:36:33 -0800 (Sun, 30 Jan 2011) New Revision: 8334 Log: Minor change in Doxygen docs of Fl::wait() functions.
Modified: branches/branch-1.3/src/Fl.cxx Modified: branches/branch-1.3/src/Fl.cxx =================================================================== --- branches/branch-1.3/src/Fl.cxx 2011-01-30 08:18:52 UTC (rev 8333) +++ branches/branch-1.3/src/Fl.cxx 2011-01-30 08:36:33 UTC (rev 8334) @@ -537,11 +537,11 @@ 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 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
