From 2bd57beb70555fbe1614ebaf0d667bd91af9ba52 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 11 Jun 2002 16:17:41 +0000 Subject: 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 --- src/Fl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl.cxx') 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_.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 $". // -- cgit v1.2.3