From 8dabd7171d16ed7341f7f095edb30fd62bc78647 Mon Sep 17 00:00:00 2001 From: "Carl E. Thompson" Date: Tue, 20 Jun 2000 15:20:34 +0000 Subject: Fix for Cygwin. Carl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Fl.cxx b/src/Fl.cxx index c8584707e..a6c17ae77 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.28 2000/06/20 05:47:36 bill Exp $" +// "$Id: Fl.cxx,v 1.24.2.29 2000/06/20 15:20:34 carl Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -223,7 +223,7 @@ void Fl::add_interval_timeout(double t, Fl_Timeout_Handler cb, void *v) { numtimeouts++; } -int Fl::has_timeout(void (*cb)(void *), void *v) { +int Fl::has_timeout(Fl_Timeout_Handler cb, void *v) { for (int i=0; i