Author: greg.ercolano
Date: 2013-01-04 00:15:12 -0800 (Fri, 04 Jan 2013)
New Revision: 9784
Log:
Added Fl::run() to list of things not to call in child thread..



Modified:
   branches/branch-1.3/documentation/src/advanced.dox

Modified: branches/branch-1.3/documentation/src/advanced.dox
===================================================================
--- branches/branch-1.3/documentation/src/advanced.dox  2012-12-29 15:54:35 UTC 
(rev 9783)
+++ branches/branch-1.3/documentation/src/advanced.dox  2013-01-04 08:15:12 UTC 
(rev 9784)
@@ -84,7 +84,7 @@
     widgets derived from Fl_Window, including dialogs, file
     choosers, subwindows or those using Fl_Gl_Window.
 
-\li Don't call Fl::wait(), Fl::flush() or any
+\li Don't call Fl::run(), Fl::wait(), Fl::flush() or any
     related methods that will handle system messages
 
 \li Don't start or cancel timers

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to