mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
0c6ad247dd
commit
369bde4474
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue