summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-01-04 08:15:12 +0000
committerGreg Ercolano <erco@seriss.com>2013-01-04 08:15:12 +0000
commit369bde44748dce95497a23717b91bc286fbf0e3e (patch)
tree3123983208ed6a848cae731489d57cf86fdb079e /documentation/src
parent0c6ad247ddec015919deb8ffaddbc2f4121c848e (diff)
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
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/advanced.dox2
1 files changed, 1 insertions, 1 deletions
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