diff options
Diffstat (limited to 'src/Fl_add_idle.cxx')
| -rw-r--r-- | src/Fl_add_idle.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 14c25b979..647bdc65e 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_add_idle.cxx,v 1.4.2.1 2000/01/05 03:17:28 bill Exp $" +// "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $" // // Idle routine support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -84,5 +84,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.4.2.1 2000/01/05 03:17:28 bill Exp $". +// End of "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $". // |
