diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-06-21 17:36:36 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-06-21 17:36:36 +0000 |
| commit | 1150141ead2cf0920624833e37536da9afd9e089 (patch) | |
| tree | e4782bcd7d4f381ae68a2ec5a88f2bcc39fcf648 /FL | |
| parent | 23594d837407fd09be2f8c96f6eb7b5d7722da57 (diff) | |
Changed the name of the new function from "add_interval_timeout" to
"repeat_timeout", which is shorter and more accurately describes what
it does.
GLUT_STROKE_*_ROMAN in glut.h are defined as 0,1 on WIN32 to match the
glut header files there.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ // -// "$Id: Fl.H,v 1.8.2.8 2000/06/20 05:47:32 bill Exp $" +// "$Id: Fl.H,v 1.8.2.9 2000/06/21 17:36:33 bill Exp $" // // Main header file for the Fast Light Tool Kit (FLTK). // @@ -91,7 +91,7 @@ public: static FL_EXPORT int run(); static FL_EXPORT Fl_Widget* readqueue(); static FL_EXPORT void add_timeout(double t, Fl_Timeout_Handler,void* = 0); - static FL_EXPORT void add_interval_timeout(double t, Fl_Timeout_Handler,void* = 0); + static FL_EXPORT void repeat_timeout(double t, Fl_Timeout_Handler,void* = 0); static FL_EXPORT int has_timeout(Fl_Timeout_Handler, void* = 0); static FL_EXPORT void remove_timeout(Fl_Timeout_Handler, void* = 0); static FL_EXPORT void add_fd(int fd, int when, void (*cb)(int,void*),void* =0); @@ -214,5 +214,5 @@ public: #endif // -// End of "$Id: Fl.H,v 1.8.2.8 2000/06/20 05:47:32 bill Exp $". +// End of "$Id: Fl.H,v 1.8.2.9 2000/06/21 17:36:33 bill Exp $". // |
