From 369bde44748dce95497a23717b91bc286fbf0e3e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 4 Jan 2013 08:15:12 +0000 Subject: Added Fl::run() to list of things not to call in child thread.. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9784 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/advanced.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/advanced.dox b/documentation/src/advanced.dox index fc619e445..30a3ed01f 100644 --- a/documentation/src/advanced.dox +++ b/documentation/src/advanced.dox @@ -84,7 +84,7 @@ threads on all operating systems: 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 -- cgit v1.2.3