From 49b8502b834313ba87133ce803b820c2c4fbbbe2 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 5 Jan 2000 03:17:28 +0000 Subject: Added Fl.H required by an inline function if Fl_Repeat_Button.H Fl_add_idle adds new functions to the end of the queue ring, rather than the start, so they are executed in the order added, and a callback that adds itself does not prevent others from being called. Fluid lets you type in code that starts with '#' for cpp directives. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@969 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Repeat_Button.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Repeat_Button.H b/FL/Fl_Repeat_Button.H index 73a153e71..6dacb7e6d 100644 --- a/FL/Fl_Repeat_Button.H +++ b/FL/Fl_Repeat_Button.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Repeat_Button.H,v 1.5.2.1 1999/07/10 23:16:13 mike Exp $" +// "$Id: Fl_Repeat_Button.H,v 1.5.2.2 2000/01/05 03:17:24 bill Exp $" // // Repeat button header file for the Fast Light Tool Kit (FLTK). // @@ -25,6 +25,7 @@ #ifndef Fl_Repeat_Button_H #define Fl_Repeat_Button_H +#include "Fl.H" #include "Fl_Button.H" class Fl_Repeat_Button : public Fl_Button { @@ -42,5 +43,5 @@ public: #endif // -// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.1 1999/07/10 23:16:13 mike Exp $". +// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.2 2000/01/05 03:17:24 bill Exp $". // -- cgit v1.2.3