diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-11 16:17:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-11 16:17:41 +0000 |
| commit | 2bd57beb70555fbe1614ebaf0d667bd91af9ba52 (patch) | |
| tree | 2ec5c27621a7dd8eb6c89af6a97f4a83d71addc4 /src/Fl.cxx | |
| parent | ddd6ab5d83de416ed1e06495050a43657c7e3605 (diff) | |
Try some changes to fix MacOS threading support and fl_wait()
implementation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2305 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index ae199f122..5b126c4b5 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.41.2.37 2002/06/07 16:57:21 easysw Exp $" +// "$Id: Fl.cxx,v 1.24.2.41.2.38 2002/06/11 16:17:41 easysw Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -221,7 +221,7 @@ void Fl::remove_check(Fl_Timeout_Handler cb, void *arg) { void (*Fl::idle)(); // see Fl_add_idle.cxx for the add/remove functions -extern int fl_wait(double time); // in Fl_x.cxx or Fl_win32.cxx +extern int fl_wait(double time); // in Fl_<platform>.cxx static char in_idle; @@ -931,5 +931,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.24.2.41.2.37 2002/06/07 16:57:21 easysw Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.41.2.38 2002/06/11 16:17:41 easysw Exp $". // |
