diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 14:21:44 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 14:21:44 +0000 |
| commit | 7657a2e4a536a9ee50a9277c2662dc49362ae341 (patch) | |
| tree | 4374705cd67b2c5195cc2aa5986fc1591680852b /FL | |
| parent | d3dee719fbaaa0b64d15ad7397e549d2e4ee7d6f (diff) | |
Fixed all the frigging file headings - was missing a $ in the Id string.
Applied some damage bit fixes from Bill Spitzak.
git-svn-id: file:///fltk/svn/fltk/trunk@28 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
94 files changed, 195 insertions, 194 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 64153ee63..b55211df9 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Enumerations.H,v 1.5 1998/10/21 14:18:56 mike Exp $" // // Enumerations for the Fast Light Tool Kit (FLTK). // @@ -335,15 +335,16 @@ enum Fl_Mode { // visual types and Fl_Gl_Window::mode() (values match Glut) // damage masks -#define FL_DAMAGE_CHILD 0x01 -#define FL_DAMAGE_EXPOSE 0x02 -#define FL_DAMAGE_LINE 0x02 -#define FL_DAMAGE_SCROLL 0x04 -#define FL_DAMAGE_OVERLAY 0x0c -#define FL_DAMAGE_ALL 0x80 +enum Fl_Damage { + FL_DAMAGE_CHILD = 0x01, + FL_DAMAGE_EXPOSE = 0x02, + FL_DAMAGE_SCROLL = 0x04, + FL_DAMAGE_OVERLAY = 0x08, + FL_DAMAGE_ALL = 0x80 +}; #endif // -// End of "$Id: Enumerations.H,v 1.4 1998/10/20 16:41:21 mike Exp $". +// End of "$Id: Enumerations.H,v 1.5 1998/10/21 14:18:56 mike Exp $". // @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl.H,v 1.3 1998/10/21 14:18:57 mike Exp $" // // Main header file for the Fast Light Tool Kit (FLTK). // @@ -198,5 +198,5 @@ public: #endif // -// End of "$Id: Fl.H,v 1.2 1998/10/19 21:38:26 mike Exp $". +// End of "$Id: Fl.H,v 1.3 1998/10/21 14:18:57 mike Exp $". // diff --git a/FL/Fl_Adjuster.H b/FL/Fl_Adjuster.H index 29a6ce783..b2900cbe7 100644 --- a/FL/Fl_Adjuster.H +++ b/FL/Fl_Adjuster.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Adjuster.H,v 1.3 1998/10/21 14:18:58 mike Exp $" // // Adjuster widget header file for the Fast Light Tool Kit (FLTK). // @@ -49,5 +49,5 @@ public: #endif // -// End of "$Id: Fl_Adjuster.H,v 1.2 1998/10/19 21:38:27 mike Exp $". +// End of "$Id: Fl_Adjuster.H,v 1.3 1998/10/21 14:18:58 mike Exp $". // diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index 27ec083da..be25af429 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Bitmap.H,v 1.3 1998/10/21 14:18:58 mike Exp $" // // Bitmap header file for the Fast Light Tool Kit (FLTK). // @@ -47,5 +47,5 @@ struct Fl_Bitmap { #endif // -// End of "$Id: Fl_Bitmap.H,v 1.2 1998/10/19 21:38:27 mike Exp $". +// End of "$Id: Fl_Bitmap.H,v 1.3 1998/10/21 14:18:58 mike Exp $". // diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H index 095f4235a..e5f6c70ce 100644 --- a/FL/Fl_Box.H +++ b/FL/Fl_Box.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Box.H,v 1.3 1998/10/21 14:18:59 mike Exp $" // // Box header file for the Fast Light Tool Kit (FLTK). // @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Box.H,v 1.2 1998/10/19 21:38:28 mike Exp $". +// End of "$Id: Fl_Box.H,v 1.3 1998/10/21 14:18:59 mike Exp $". // diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index 4c9135477..625778f51 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Browser.H,v 1.4 1998/10/21 14:18:59 mike Exp $" // // Browser header file for the Fast Light Tool Kit (FLTK). // @@ -107,5 +107,5 @@ public: #endif // -// End of "$Id: Fl_Browser.H,v 1.3 1998/10/19 21:38:29 mike Exp $". +// End of "$Id: Fl_Browser.H,v 1.4 1998/10/21 14:18:59 mike Exp $". // diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index 169bd7fd0..3f65b5391 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Browser_.H,v 1.4 1998/10/21 14:19:00 mike Exp $" // // Common browser header file for the Fast Light Tool Kit (FLTK). // @@ -146,5 +146,5 @@ public: #endif // -// End of "$Id: Fl_Browser_.H,v 1.3 1998/10/19 21:38:29 mike Exp $". +// End of "$Id: Fl_Browser_.H,v 1.4 1998/10/21 14:19:00 mike Exp $". // diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index cbac56489..5d2811148 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Button.H,v 1.3 1998/10/21 14:19:01 mike Exp $" // // Button header file for the Fast Light Tool Kit (FLTK). // @@ -71,5 +71,5 @@ public: #endif // -// End of "$Id: Fl_Button.H,v 1.2 1998/10/19 21:38:30 mike Exp $". +// End of "$Id: Fl_Button.H,v 1.3 1998/10/21 14:19:01 mike Exp $". // diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index 9b79a0b18..26dde80b6 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Chart.H,v 1.3 1998/10/21 14:19:01 mike Exp $" // // Forms chart header file for the Fast Light Tool Kit (FLTK). // @@ -83,5 +83,5 @@ public: #endif // -// End of "$Id: Fl_Chart.H,v 1.2 1998/10/19 21:38:31 mike Exp $". +// End of "$Id: Fl_Chart.H,v 1.3 1998/10/21 14:19:01 mike Exp $". // diff --git a/FL/Fl_Check_Button.H b/FL/Fl_Check_Button.H index c02af233a..7af50feca 100644 --- a/FL/Fl_Check_Button.H +++ b/FL/Fl_Check_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Check_Button.H,v 1.3 1998/10/21 14:19:02 mike Exp $" // // Check button header file for the Fast Light Tool Kit (FLTK). // @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Check_Button.H,v 1.2 1998/10/19 21:38:32 mike Exp $". +// End of "$Id: Fl_Check_Button.H,v 1.3 1998/10/21 14:19:02 mike Exp $". // diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index 7cc4c907c..1f9b7060a 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Choice.H,v 1.3 1998/10/21 14:19:02 mike Exp $" // // Choice header file for the Fast Light Tool Kit (FLTK). // @@ -41,5 +41,5 @@ public: #endif // -// End of "$Id: Fl_Choice.H,v 1.2 1998/10/19 21:38:33 mike Exp $". +// End of "$Id: Fl_Choice.H,v 1.3 1998/10/21 14:19:02 mike Exp $". // diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index ec9af7c8c..4d21cdbae 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Clock.H,v 1.3 1998/10/21 14:19:03 mike Exp $" // // Clock header file for the Fast Light Tool Kit (FLTK). // @@ -60,5 +60,5 @@ public: #endif // -// End of "$Id: Fl_Clock.H,v 1.2 1998/10/19 21:38:33 mike Exp $". +// End of "$Id: Fl_Clock.H,v 1.3 1998/10/21 14:19:03 mike Exp $". // diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index 5283b9312..2e9fe4033 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Color_Chooser.H,v 1.3 1998/10/21 14:19:04 mike Exp $" // // Color chooser header file for the Fast Light Tool Kit (FLTK). // @@ -94,5 +94,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b); #endif // -// End of "$Id: Fl_Color_Chooser.H,v 1.2 1998/10/19 21:38:34 mike Exp $". +// End of "$Id: Fl_Color_Chooser.H,v 1.3 1998/10/21 14:19:04 mike Exp $". // diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H index 6a5e2ed70..88166a8c3 100644 --- a/FL/Fl_Counter.H +++ b/FL/Fl_Counter.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Counter.H,v 1.3 1998/10/21 14:19:04 mike Exp $" // // Counter header file for the Fast Light Tool Kit (FLTK). // @@ -69,5 +69,5 @@ public: #endif // -// End of "$Id: Fl_Counter.H,v 1.2 1998/10/19 21:38:35 mike Exp $". +// End of "$Id: Fl_Counter.H,v 1.3 1998/10/21 14:19:04 mike Exp $". // diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index eee5067e9..cb7287e3d 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Dial.H,v 1.3 1998/10/21 14:19:05 mike Exp $" // // Dial header file for the Fast Light Tool Kit (FLTK). // @@ -63,5 +63,5 @@ public: #endif // -// End of "$Id: Fl_Dial.H,v 1.2 1998/10/19 21:38:35 mike Exp $". +// End of "$Id: Fl_Dial.H,v 1.3 1998/10/21 14:19:05 mike Exp $". // diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index c376612db..72f23837d 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Double_Window.H,v 1.4 1998/10/21 14:19:05 mike Exp $" // // Double-buffered window header file for the Fast Light Tool Kit (FLTK). // @@ -44,5 +44,5 @@ public: #endif // -// End of "$Id: Fl_Double_Window.H,v 1.3 1998/10/19 21:38:36 mike Exp $". +// End of "$Id: Fl_Double_Window.H,v 1.4 1998/10/21 14:19:05 mike Exp $". // diff --git a/FL/Fl_Fill_Dial.H b/FL/Fl_Fill_Dial.H index 2f84bc927..8a4313532 100644 --- a/FL/Fl_Fill_Dial.H +++ b/FL/Fl_Fill_Dial.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Fill_Dial.H,v 1.3 1998/10/21 14:19:06 mike Exp $" // // Filled dial header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Fill_Dial.H,v 1.2 1998/10/19 21:38:37 mike Exp $". +// End of "$Id: Fl_Fill_Dial.H,v 1.3 1998/10/21 14:19:06 mike Exp $". // diff --git a/FL/Fl_Fill_Slider.H b/FL/Fl_Fill_Slider.H index 8a483fd7c..3890b6c8e 100644 --- a/FL/Fl_Fill_Slider.H +++ b/FL/Fl_Fill_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Fill_Slider.H,v 1.3 1998/10/21 14:19:07 mike Exp $" // // Filled slider header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Fill_Slider.H,v 1.2 1998/10/19 21:38:37 mike Exp $". +// End of "$Id: Fl_Fill_Slider.H,v 1.3 1998/10/21 14:19:07 mike Exp $". // diff --git a/FL/Fl_Float_Input.H b/FL/Fl_Float_Input.H index 726cc09f7..8bd8596fa 100644 --- a/FL/Fl_Float_Input.H +++ b/FL/Fl_Float_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Float_Input.H,v 1.3 1998/10/21 14:19:07 mike Exp $" // // Floating point input header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Float_Input.H,v 1.2 1998/10/19 21:38:38 mike Exp $". +// End of "$Id: Fl_Float_Input.H,v 1.3 1998/10/21 14:19:07 mike Exp $". // diff --git a/FL/Fl_FormsBitmap.H b/FL/Fl_FormsBitmap.H index 4e08a7da6..12277dc9b 100644 --- a/FL/Fl_FormsBitmap.H +++ b/FL/Fl_FormsBitmap.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_FormsBitmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $" // // Forms bitmap header file for the Fast Light Tool Kit (FLTK). // @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_FormsBitmap.H,v 1.2 1998/10/19 21:38:39 mike Exp $". +// End of "$Id: Fl_FormsBitmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $". // diff --git a/FL/Fl_FormsPixmap.H b/FL/Fl_FormsPixmap.H index efe0c7a30..7c807289b 100644 --- a/FL/Fl_FormsPixmap.H +++ b/FL/Fl_FormsPixmap.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_FormsPixmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $" // // Forms pixmap header file for the Fast Light Tool Kit (FLTK). // @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_FormsPixmap.H,v 1.2 1998/10/19 21:38:39 mike Exp $". +// End of "$Id: Fl_FormsPixmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $". // diff --git a/FL/Fl_Free.H b/FL/Fl_Free.H index ca79204c7..b1a1d5dbd 100644 --- a/FL/Fl_Free.H +++ b/FL/Fl_Free.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Free.H,v 1.3 1998/10/21 14:19:09 mike Exp $" // // Forms free header file for the Fast Light Tool Kit (FLTK). // @@ -59,5 +59,5 @@ public: #endif // -// End of "$Id: Fl_Free.H,v 1.2 1998/10/19 21:38:40 mike Exp $". +// End of "$Id: Fl_Free.H,v 1.3 1998/10/21 14:19:09 mike Exp $". // diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 7c6f35c30..402325962 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // @@ -84,5 +84,5 @@ public: #endif // -// End of "$Id: Fl_Gl_Window.H,v 1.2 1998/10/19 21:38:41 mike Exp $". +// End of "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $". // diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 91e89b975..6b6d301fe 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Group.H,v 1.3 1998/10/21 14:19:10 mike Exp $" // // Group header file for the Fast Light Tool Kit (FLTK). // @@ -96,5 +96,5 @@ public: #endif // -// End of "$Id: Fl_Group.H,v 1.2 1998/10/19 21:38:41 mike Exp $". +// End of "$Id: Fl_Group.H,v 1.3 1998/10/21 14:19:10 mike Exp $". // diff --git a/FL/Fl_Hold_Browser.H b/FL/Fl_Hold_Browser.H index d23c8421d..efb9bef1c 100644 --- a/FL/Fl_Hold_Browser.H +++ b/FL/Fl_Hold_Browser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Hold_Browser.H,v 1.3 1998/10/21 14:19:11 mike Exp $" // // Hold browser header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hold_Browser.H,v 1.2 1998/10/19 21:38:42 mike Exp $". +// End of "$Id: Fl_Hold_Browser.H,v 1.3 1998/10/21 14:19:11 mike Exp $". // diff --git a/FL/Fl_Hor_Fill_Slider.H b/FL/Fl_Hor_Fill_Slider.H index 782cbbdcf..ec1edb580 100644 --- a/FL/Fl_Hor_Fill_Slider.H +++ b/FL/Fl_Hor_Fill_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Hor_Fill_Slider.H,v 1.3 1998/10/21 14:19:11 mike Exp $" // // Horizontal fill slider header file for the Fast Light Tool Kit (FLTK). // @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.2 1998/10/19 21:38:43 mike Exp $". +// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.3 1998/10/21 14:19:11 mike Exp $". // diff --git a/FL/Fl_Hor_Nice_Slider.H b/FL/Fl_Hor_Nice_Slider.H index 3597815f9..08c7253a1 100644 --- a/FL/Fl_Hor_Nice_Slider.H +++ b/FL/Fl_Hor_Nice_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Hor_Nice_Slider.H,v 1.3 1998/10/21 14:19:12 mike Exp $" // // Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.2 1998/10/19 21:38:43 mike Exp $". +// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.3 1998/10/21 14:19:12 mike Exp $". // diff --git a/FL/Fl_Hor_Slider.H b/FL/Fl_Hor_Slider.H index 4895d25ae..bb1ed256c 100644 --- a/FL/Fl_Hor_Slider.H +++ b/FL/Fl_Hor_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Hor_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $" // // Horizontal slider header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Slider.H,v 1.2 1998/10/19 21:38:44 mike Exp $". +// End of "$Id: Fl_Hor_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $". // diff --git a/FL/Fl_Hor_Value_Slider.H b/FL/Fl_Hor_Value_Slider.H index 650933bb1..4f1a6a719 100644 --- a/FL/Fl_Hor_Value_Slider.H +++ b/FL/Fl_Hor_Value_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Hor_Value_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $" // // Horizontal value slider header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Value_Slider.H,v 1.2 1998/10/19 21:38:44 mike Exp $". +// End of "$Id: Fl_Hor_Value_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $". // diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 24c3ae07e..6c4d8cb42 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Image.H,v 1.3 1998/10/21 14:19:14 mike Exp $" // // Image header file for the Fast Light Tool Kit (FLTK). // @@ -45,5 +45,5 @@ struct Fl_Image { #endif // -// End of "$Id: Fl_Image.H,v 1.2 1998/10/19 21:38:45 mike Exp $". +// End of "$Id: Fl_Image.H,v 1.3 1998/10/21 14:19:14 mike Exp $". // diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 76e441f49..08f2e99aa 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Input.H,v 1.3 1998/10/21 14:19:14 mike Exp $" // // Input header file for the Fast Light Tool Kit (FLTK). // @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Input.H,v 1.2 1998/10/19 21:38:46 mike Exp $". +// End of "$Id: Fl_Input.H,v 1.3 1998/10/21 14:19:14 mike Exp $". // diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index 21a66932a..ec6da5f40 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Input_.H,v 1.3 1998/10/21 14:19:15 mike Exp $" // // Input base class header file for the Fast Light Tool Kit (FLTK). // @@ -130,5 +130,5 @@ public: #endif // -// End of "$Id: Fl_Input_.H,v 1.2 1998/10/19 21:38:46 mike Exp $". +// End of "$Id: Fl_Input_.H,v 1.3 1998/10/21 14:19:15 mike Exp $". // diff --git a/FL/Fl_Int_Input.H b/FL/Fl_Int_Input.H index 39ea70e65..ba342df47 100644 --- a/FL/Fl_Int_Input.H +++ b/FL/Fl_Int_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Int_Input.H,v 1.3 1998/10/21 14:19:16 mike Exp $" // // Integer input header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Int_Input.H,v 1.2 1998/10/19 21:38:47 mike Exp $". +// End of "$Id: Fl_Int_Input.H,v 1.3 1998/10/21 14:19:16 mike Exp $". // diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index 9bd53f061..7cb08e8e3 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Light_Button.H,v 1.3 1998/10/21 14:19:16 mike Exp $" // // Lighted button header file for the Fast Light Tool Kit (FLTK). // @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Light_Button.H,v 1.2 1998/10/19 21:38:48 mike Exp $". +// End of "$Id: Fl_Light_Button.H,v 1.3 1998/10/21 14:19:16 mike Exp $". // diff --git a/FL/Fl_Line_Dial.H b/FL/Fl_Line_Dial.H index ad3040df9..b6e262836 100644 --- a/FL/Fl_Line_Dial.H +++ b/FL/Fl_Line_Dial.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Line_Dial.H,v 1.3 1998/10/21 14:19:17 mike Exp $" // // Line dial header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Line_Dial.H,v 1.2 1998/10/19 21:38:48 mike Exp $". +// End of "$Id: Fl_Line_Dial.H,v 1.3 1998/10/21 14:19:17 mike Exp $". // diff --git a/FL/Fl_Menu.H b/FL/Fl_Menu.H index 10f8c1963..086617480 100644 --- a/FL/Fl_Menu.H +++ b/FL/Fl_Menu.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu.H,v 1.3 1998/10/21 14:19:17 mike Exp $" // // Old menu header file for the Fast Light Tool Kit (FLTK). // @@ -27,5 +27,5 @@ #include "Fl_Menu_Item.H" // -// End of "$Id: Fl_Menu.H,v 1.2 1998/10/19 21:38:49 mike Exp $". +// End of "$Id: Fl_Menu.H,v 1.3 1998/10/21 14:19:17 mike Exp $". // diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H index aaab94d6d..61da9ec59 100644 --- a/FL/Fl_Menu_.H +++ b/FL/Fl_Menu_.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_.H,v 1.3 1998/10/21 14:19:18 mike Exp $" // // Menu base class header file for the Fast Light Tool Kit (FLTK). // @@ -99,5 +99,5 @@ public: #endif // -// End of "$Id: Fl_Menu_.H,v 1.2 1998/10/19 21:38:49 mike Exp $". +// End of "$Id: Fl_Menu_.H,v 1.3 1998/10/21 14:19:18 mike Exp $". // diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H index 348dd8b89..d3e1027b6 100644 --- a/FL/Fl_Menu_Bar.H +++ b/FL/Fl_Menu_Bar.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Bar.H,v 1.3 1998/10/21 14:19:18 mike Exp $" // // Menu bar header file for the Fast Light Tool Kit (FLTK). // @@ -40,5 +40,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Bar.H,v 1.2 1998/10/19 21:38:50 mike Exp $". +// End of "$Id: Fl_Menu_Bar.H,v 1.3 1998/10/21 14:19:18 mike Exp $". // diff --git a/FL/Fl_Menu_Button.H b/FL/Fl_Menu_Button.H index 2747729c4..4db5d9c2d 100644 --- a/FL/Fl_Menu_Button.H +++ b/FL/Fl_Menu_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Button.H,v 1.3 1998/10/21 14:19:19 mike Exp $" // // Menu button header file for the Fast Light Tool Kit (FLTK). // @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Button.H,v 1.2 1998/10/19 21:38:51 mike Exp $". +// End of "$Id: Fl_Menu_Button.H,v 1.3 1998/10/21 14:19:19 mike Exp $". // diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index be2c38de4..200437b3e 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Item.H,v 1.3 1998/10/21 14:19:20 mike Exp $" // // Menu item header file for the Fast Light Tool Kit (FLTK). // @@ -153,5 +153,5 @@ enum { // back-compatability enum: #endif // -// End of "$Id: Fl_Menu_Item.H,v 1.2 1998/10/19 21:38:52 mike Exp $". +// End of "$Id: Fl_Menu_Item.H,v 1.3 1998/10/21 14:19:20 mike Exp $". // diff --git a/FL/Fl_Menu_Window.H b/FL/Fl_Menu_Window.H index 061b315de..b23ce75c9 100644 --- a/FL/Fl_Menu_Window.H +++ b/FL/Fl_Menu_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Window.H,v 1.3 1998/10/21 14:19:20 mike Exp $" // // Menu window header file for the Fast Light Tool Kit (FLTK). // @@ -48,5 +48,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Window.H,v 1.2 1998/10/19 21:38:52 mike Exp $". +// End of "$Id: Fl_Menu_Window.H,v 1.3 1998/10/21 14:19:20 mike Exp $". // diff --git a/FL/Fl_Multi_Browser.H b/FL/Fl_Multi_Browser.H index a5c1ab6a1..b5a59936f 100644 --- a/FL/Fl_Multi_Browser.H +++ b/FL/Fl_Multi_Browser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Multi_Browser.H,v 1.3 1998/10/21 14:19:21 mike Exp $" // // Multi browser header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multi_Browser.H,v 1.2 1998/10/19 21:38:53 mike Exp $". +// End of "$Id: Fl_Multi_Browser.H,v 1.3 1998/10/21 14:19:21 mike Exp $". // diff --git a/FL/Fl_Multi_Label.H b/FL/Fl_Multi_Label.H index d920f8e6e..7c8eb3ba4 100644 --- a/FL/Fl_Multi_Label.H +++ b/FL/Fl_Multi_Label.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Multi_Label.H,v 1.3 1998/10/21 14:19:21 mike Exp $" // // Multi-label header file for the Fast Light Tool Kit (FLTK). // @@ -41,5 +41,5 @@ struct Fl_Multi_Label { #endif // -// End of "$Id: Fl_Multi_Label.H,v 1.2 1998/10/19 21:38:54 mike Exp $". +// End of "$Id: Fl_Multi_Label.H,v 1.3 1998/10/21 14:19:21 mike Exp $". // diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index e97d39cbd..858c1f3dc 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Multiline_Input.H,v 1.3 1998/10/21 14:19:22 mike Exp $" // // Multiline input header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multiline_Input.H,v 1.2 1998/10/19 21:38:54 mike Exp $". +// End of "$Id: Fl_Multiline_Input.H,v 1.3 1998/10/21 14:19:22 mike Exp $". // diff --git a/FL/Fl_Multiline_Output.H b/FL/Fl_Multiline_Output.H index 5a91d9162..a364d9c44 100644 --- a/FL/Fl_Multiline_Output.H +++ b/FL/Fl_Multiline_Output.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Multiline_Output.H,v 1.3 1998/10/21 14:19:22 mike Exp $" // // Multi line output header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multiline_Output.H,v 1.2 1998/10/19 21:38:55 mike Exp $". +// End of "$Id: Fl_Multiline_Output.H,v 1.3 1998/10/21 14:19:22 mike Exp $". // diff --git a/FL/Fl_Nice_Slider.H b/FL/Fl_Nice_Slider.H index 6a0528bbe..068e47023 100644 --- a/FL/Fl_Nice_Slider.H +++ b/FL/Fl_Nice_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Nice_Slider.H,v 1.3 1998/10/21 14:19:23 mike Exp $" // // "Nice" slider header file for the Fast Light Tool Kit (FLTK). // @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Nice_Slider.H,v 1.2 1998/10/19 21:38:56 mike Exp $". +// End of "$Id: Fl_Nice_Slider.H,v 1.3 1998/10/21 14:19:23 mike Exp $". // diff --git a/FL/Fl_Object.H b/FL/Fl_Object.H index 08713c42c..4668762cc 100644 --- a/FL/Fl_Object.H +++ b/FL/Fl_Object.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Object.H,v 1.3 1998/10/21 14:19:24 mike Exp $" // // Old Fl_Object header file for the Fast Light Tool Kit (FLTK). // @@ -30,5 +30,5 @@ #include "Fl_Widget.H" // -// End of "$Id: Fl_Object.H,v 1.2 1998/10/19 21:38:56 mike Exp $". +// End of "$Id: Fl_Object.H,v 1.3 1998/10/21 14:19:24 mike Exp $". // diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index c13dbb70d..0bb5947e8 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Output.H,v 1.3 1998/10/21 14:19:24 mike Exp $" // // Output header file for the Fast Light Tool Kit (FLTK). // @@ -40,5 +40,5 @@ public: #endif // -// End of "$Id: Fl_Output.H,v 1.2 1998/10/19 21:38:57 mike Exp $". +// End of "$Id: Fl_Output.H,v 1.3 1998/10/21 14:19:24 mike Exp $". // diff --git a/FL/Fl_Overlay_Window.H b/FL/Fl_Overlay_Window.H index 2bf5544a1..b8af4357b 100644 --- a/FL/Fl_Overlay_Window.H +++ b/FL/Fl_Overlay_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Overlay_Window.H,v 1.3 1998/10/21 14:19:25 mike Exp $" // // Overlay window header file for the Fast Light Tool Kit (FLTK). // @@ -50,5 +50,5 @@ public: #endif // -// End of "$Id: Fl_Overlay_Window.H,v 1.2 1998/10/19 21:38:58 mike Exp $". +// End of "$Id: Fl_Overlay_Window.H,v 1.3 1998/10/21 14:19:25 mike Exp $". // diff --git a/FL/Fl_Pack.H b/FL/Fl_Pack.H index a0d57309a..e5973b4e7 100644 --- a/FL/Fl_Pack.H +++ b/FL/Fl_Pack.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Pack.H,v 1.3 1998/10/21 14:19:25 mike Exp $" // // Pack header file for the Fast Light Tool Kit (FLTK). // @@ -45,5 +45,5 @@ public: #endif // -// End of "$Id: Fl_Pack.H,v 1.2 1998/10/19 21:38:58 mike Exp $". +// End of "$Id: Fl_Pack.H,v 1.3 1998/10/21 14:19:25 mike Exp $". // diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index 2b004f93d..d4182c4e8 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Pixmap.H,v 1.3 1998/10/21 14:19:26 mike Exp $" // // Pixmap header file for the Fast Light Tool Kit (FLTK). // @@ -45,5 +45,5 @@ struct Fl_Pixmap { #endif // -// End of "$Id: Fl_Pixmap.H,v 1.2 1998/10/19 21:38:59 mike Exp $". +// End of "$Id: Fl_Pixmap.H,v 1.3 1998/10/21 14:19:26 mike Exp $". // diff --git a/FL/Fl_Positioner.H b/FL/Fl_Positioner.H index dd5bbc3d9..becfef476 100644 --- a/FL/Fl_Positioner.H +++ b/FL/Fl_Positioner.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Positioner.H,v 1.3 1998/10/21 14:19:26 mike Exp $" // // Positioner header file for the Fast Light Tool Kit (FLTK). // @@ -71,5 +71,5 @@ public: #endif // -// End of "$Id: Fl_Positioner.H,v 1.2 1998/10/19 21:39:00 mike Exp $". +// End of "$Id: Fl_Positioner.H,v 1.3 1998/10/21 14:19:26 mike Exp $". // diff --git a/FL/Fl_Radio_Button.H b/FL/Fl_Radio_Button.H index 4294dd319..e03881ea7 100644 --- a/FL/Fl_Radio_Button.H +++ b/FL/Fl_Radio_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Radio_Button.H,v 1.3 1998/10/21 14:19:27 mike Exp $" // // Radio button header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Button.H,v 1.2 1998/10/19 21:39:00 mike Exp $". +// End of "$Id: Fl_Radio_Button.H,v 1.3 1998/10/21 14:19:27 mike Exp $". // diff --git a/FL/Fl_Radio_Light_Button.H b/FL/Fl_Radio_Light_Button.H index 55112e586..251dc8be3 100644 --- a/FL/Fl_Radio_Light_Button.H +++ b/FL/Fl_Radio_Light_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Radio_Light_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $" // // Radio light button header file for the Fast Light Tool Kit (FLTK). // @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Light_Button.H,v 1.2 1998/10/19 21:39:01 mike Exp $". +// End of "$Id: Fl_Radio_Light_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $". // diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index 1cb8e8352..830b44446 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Radio_Round_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $" // // Radio round button header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Round_Button.H,v 1.2 1998/10/19 21:39:02 mike Exp $". +// End of "$Id: Fl_Radio_Round_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $". // diff --git a/FL/Fl_Repeat_Button.H b/FL/Fl_Repeat_Button.H index 1e00c8c27..749eeb90c 100644 --- a/FL/Fl_Repeat_Button.H +++ b/FL/Fl_Repeat_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Repeat_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $" // // Repeat button header file for the Fast Light Tool Kit (FLTK). // @@ -38,5 +38,5 @@ public: #endif // -// End of "$Id: Fl_Repeat_Button.H,v 1.2 1998/10/19 21:39:02 mike Exp $". +// End of "$Id: Fl_Repeat_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $". // diff --git a/FL/Fl_Return_Button.H b/FL/Fl_Return_Button.H index eb29980ba..8b79ea95e 100644 --- a/FL/Fl_Return_Button.H +++ b/FL/Fl_Return_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Return_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $" // // Return button header file for the Fast Light Tool Kit (FLTK). // @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Return_Button.H,v 1.2 1998/10/19 21:39:03 mike Exp $". +// End of "$Id: Fl_Return_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $". // diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H index ed00695cc..6ab9046b1 100644 --- a/FL/Fl_Roller.H +++ b/FL/Fl_Roller.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Roller.H,v 1.3 1998/10/21 14:19:30 mike Exp $" // // Roller header file for the Fast Light Tool Kit (FLTK). // @@ -40,5 +40,5 @@ public: #endif // -// End of "$Id: Fl_Roller.H,v 1.2 1998/10/19 21:39:04 mike Exp $". +// End of "$Id: Fl_Roller.H,v 1.3 1998/10/21 14:19:30 mike Exp $". // diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index a1f9bfddb..1c0482c34 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Round_Button.H,v 1.3 1998/10/21 14:19:30 mike Exp $" // // Round button header file for the Fast Light Tool Kit (FLTK). // @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Round_Button.H,v 1.2 1998/10/19 21:39:04 mike Exp $". +// End of "$Id: Fl_Round_Button.H,v 1.3 1998/10/21 14:19:30 mike Exp $". // diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H index 3936e3908..7c08e7774 100644 --- a/FL/Fl_Round_Clock.H +++ b/FL/Fl_Round_Clock.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Round_Clock.H,v 1.3 1998/10/21 14:19:31 mike Exp $" // // Round clock header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Round_Clock.H,v 1.2 1998/10/19 21:39:05 mike Exp $". +// End of "$Id: Fl_Round_Clock.H,v 1.3 1998/10/21 14:19:31 mike Exp $". // diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index 4957a5f34..52d9a7bdc 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Scroll.H,v 1.3 1998/10/21 14:19:32 mike Exp $" // // Scroll header file for the Fast Light Tool Kit (FLTK). // @@ -72,5 +72,5 @@ public: #endif // -// End of "$Id: Fl_Scroll.H,v 1.2 1998/10/19 21:39:06 mike Exp $". +// End of "$Id: Fl_Scroll.H,v 1.3 1998/10/21 14:19:32 mike Exp $". // diff --git a/FL/Fl_Scrollbar.H b/FL/Fl_Scrollbar.H index 52b9ae1e1..be991c7ed 100644 --- a/FL/Fl_Scrollbar.H +++ b/FL/Fl_Scrollbar.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Scrollbar.H,v 1.3 1998/10/21 14:19:32 mike Exp $" // // Scroll bar header file for the Fast Light Tool Kit (FLTK). // @@ -53,5 +53,5 @@ public: #endif // -// End of "$Id: Fl_Scrollbar.H,v 1.2 1998/10/19 21:39:07 mike Exp $". +// End of "$Id: Fl_Scrollbar.H,v 1.3 1998/10/21 14:19:32 mike Exp $". // diff --git a/FL/Fl_Secret_Input.H b/FL/Fl_Secret_Input.H index 83e1d321b..1bf1f3aaf 100644 --- a/FL/Fl_Secret_Input.H +++ b/FL/Fl_Secret_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Secret_Input.H,v 1.3 1998/10/21 14:19:33 mike Exp $" // // Secret input header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Secret_Input.H,v 1.2 1998/10/19 21:39:07 mike Exp $". +// End of "$Id: Fl_Secret_Input.H,v 1.3 1998/10/21 14:19:33 mike Exp $". // diff --git a/FL/Fl_Select_Browser.H b/FL/Fl_Select_Browser.H index 220b0f747..940f25d3b 100644 --- a/FL/Fl_Select_Browser.H +++ b/FL/Fl_Select_Browser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Select_Browser.H,v 1.3 1998/10/21 14:19:33 mike Exp $" // // Select browser header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Select_Browser.H,v 1.2 1998/10/19 21:39:08 mike Exp $". +// End of "$Id: Fl_Select_Browser.H,v 1.3 1998/10/21 14:19:33 mike Exp $". // diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H index 0862963bf..072e102d5 100644 --- a/FL/Fl_Simple_Counter.H +++ b/FL/Fl_Simple_Counter.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Simple_Counter.H,v 1.3 1998/10/21 14:19:34 mike Exp $" // // Simple counter header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Simple_Counter.H,v 1.2 1998/10/19 21:39:09 mike Exp $". +// End of "$Id: Fl_Simple_Counter.H,v 1.3 1998/10/21 14:19:34 mike Exp $". // diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H index ee73020d4..25ec4e475 100644 --- a/FL/Fl_Single_Window.H +++ b/FL/Fl_Single_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Single_Window.H,v 1.3 1998/10/21 14:19:34 mike Exp $" // // Single-buffered window header file for the Fast Light Tool Kit (FLTK). // @@ -43,5 +43,5 @@ public: #endif // -// End of "$Id: Fl_Single_Window.H,v 1.2 1998/10/19 21:39:09 mike Exp $". +// End of "$Id: Fl_Single_Window.H,v 1.3 1998/10/21 14:19:34 mike Exp $". // diff --git a/FL/Fl_Slider.H b/FL/Fl_Slider.H index ab101a612..3b83f2b23 100644 --- a/FL/Fl_Slider.H +++ b/FL/Fl_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Slider.H,v 1.3 1998/10/21 14:19:35 mike Exp $" // // Slider header file for the Fast Light Tool Kit (FLTK). // @@ -69,5 +69,5 @@ public: #endif // -// End of "$Id: Fl_Slider.H,v 1.2 1998/10/19 21:39:10 mike Exp $". +// End of "$Id: Fl_Slider.H,v 1.3 1998/10/21 14:19:35 mike Exp $". // diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 606c58d2a..8beec5472 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Tabs.H,v 1.3 1998/10/21 14:19:36 mike Exp $" // // Tab header file for the Fast Light Tool Kit (FLTK). // @@ -48,5 +48,5 @@ public: #endif // -// End of "$Id: Fl_Tabs.H,v 1.2 1998/10/19 21:39:11 mike Exp $". +// End of "$Id: Fl_Tabs.H,v 1.3 1998/10/21 14:19:36 mike Exp $". // diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index a22f7637a..c64d141a0 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Tile.H,v 1.3 1998/10/21 14:19:36 mike Exp $" // // Tile header file for the Fast Light Tool Kit (FLTK). // @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Tile.H,v 1.2 1998/10/19 21:39:11 mike Exp $". +// End of "$Id: Fl_Tile.H,v 1.3 1998/10/21 14:19:36 mike Exp $". // diff --git a/FL/Fl_Timer.H b/FL/Fl_Timer.H index 9bb429c14..974816ec8 100644 --- a/FL/Fl_Timer.H +++ b/FL/Fl_Timer.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Timer.H,v 1.3 1998/10/21 14:19:37 mike Exp $" // // Timer header file for the Fast Light Tool Kit (FLTK). // @@ -58,6 +58,6 @@ public: #endif // -// End of "$Id: Fl_Timer.H,v 1.2 1998/10/19 21:39:12 mike Exp $". +// End of "$Id: Fl_Timer.H,v 1.3 1998/10/21 14:19:37 mike Exp $". // diff --git a/FL/Fl_Toggle_Button.H b/FL/Fl_Toggle_Button.H index e8ebaa284..6d409f131 100644 --- a/FL/Fl_Toggle_Button.H +++ b/FL/Fl_Toggle_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Toggle_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $" // // Toggle button header file for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Toggle_Button.H,v 1.2 1998/10/19 21:39:13 mike Exp $". +// End of "$Id: Fl_Toggle_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $". // diff --git a/FL/Fl_Toggle_Light_Button.H b/FL/Fl_Toggle_Light_Button.H index 336e83201..8e3e6215f 100644 --- a/FL/Fl_Toggle_Light_Button.H +++ b/FL/Fl_Toggle_Light_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Toggle_Light_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $" // // Toggle light button header file for the Fast Light Tool Kit (FLTK). // @@ -31,5 +31,5 @@ #endif // -// End of "$Id: Fl_Toggle_Light_Button.H,v 1.2 1998/10/19 21:39:13 mike Exp $". +// End of "$Id: Fl_Toggle_Light_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $". // diff --git a/FL/Fl_Toggle_Round_Button.H b/FL/Fl_Toggle_Round_Button.H index 4952d7ee3..3d1805ef6 100644 --- a/FL/Fl_Toggle_Round_Button.H +++ b/FL/Fl_Toggle_Round_Button.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Toggle_Round_Button.H,v 1.3 1998/10/21 14:19:39 mike Exp $" // // Toggle round button header file for the Fast Light Tool Kit (FLTK). // @@ -31,5 +31,5 @@ #endif // -// End of "$Id: Fl_Toggle_Round_Button.H,v 1.2 1998/10/19 21:39:14 mike Exp $". +// End of "$Id: Fl_Toggle_Round_Button.H,v 1.3 1998/10/21 14:19:39 mike Exp $". // diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index 7705b547b..353f13b67 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Valuator.H,v 1.3 1998/10/21 14:19:39 mike Exp $" // // Valuator header file for the Fast Light Tool Kit (FLTK). // @@ -79,5 +79,5 @@ public: #endif // -// End of "$Id: Fl_Valuator.H,v 1.2 1998/10/19 21:39:15 mike Exp $". +// End of "$Id: Fl_Valuator.H,v 1.3 1998/10/21 14:19:39 mike Exp $". // diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index cf586ce21..77cd7ca10 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Input.H,v 1.3 1998/10/21 14:19:40 mike Exp $" // // Value input header file for the Fast Light Tool Kit (FLTK). // @@ -59,5 +59,5 @@ public: #endif // -// End of "$Id: Fl_Value_Input.H,v 1.2 1998/10/19 21:39:16 mike Exp $". +// End of "$Id: Fl_Value_Input.H,v 1.3 1998/10/21 14:19:40 mike Exp $". // diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index bf57ccc0d..68f7c1e50 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Output.H,v 1.3 1998/10/21 14:19:40 mike Exp $" // // Value output header file for the Fast Light Tool Kit (FLTK). // @@ -51,5 +51,5 @@ public: #endif // -// End of "$Id: Fl_Value_Output.H,v 1.2 1998/10/19 21:39:16 mike Exp $". +// End of "$Id: Fl_Value_Output.H,v 1.3 1998/10/21 14:19:40 mike Exp $". // diff --git a/FL/Fl_Value_Slider.H b/FL/Fl_Value_Slider.H index 54aacea6a..8fd09e345 100644 --- a/FL/Fl_Value_Slider.H +++ b/FL/Fl_Value_Slider.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Slider.H,v 1.3 1998/10/21 14:19:41 mike Exp $" // // Value slider header file for the Fast Light Tool Kit (FLTK). // @@ -45,5 +45,5 @@ public: #endif // -// End of "$Id: Fl_Value_Slider.H,v 1.2 1998/10/19 21:39:17 mike Exp $". +// End of "$Id: Fl_Value_Slider.H,v 1.3 1998/10/21 14:19:41 mike Exp $". // diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index e44b1b72f..651943144 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Widget.H,v 1.3 1998/10/21 14:19:42 mike Exp $" // // Widget header file for the Fast Light Tool Kit (FLTK). // @@ -198,5 +198,5 @@ public: #endif // -// End of "$Id: Fl_Widget.H,v 1.2 1998/10/19 21:39:18 mike Exp $". +// End of "$Id: Fl_Widget.H,v 1.3 1998/10/21 14:19:42 mike Exp $". // diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 2100991f3..30e09730c 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $" // // Window header file for the Fast Light Tool Kit (FLTK). // @@ -110,5 +110,5 @@ public: #endif // -// End of "$Id: Fl_Window.H,v 1.5 1998/10/19 21:39:18 mike Exp $". +// End of "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $". // diff --git a/FL/dirent.h b/FL/dirent.h index 9e98bc7b3..24b07164b 100644 --- a/FL/dirent.h +++ b/FL/dirent.h @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: dirent.h,v 1.3 1998/10/21 14:19:43 mike Exp $" // // Directory header file for the Fast Light Tool Kit (FLTK). // @@ -27,5 +27,5 @@ #include "fl_scandir.H" // -// End of "$Id: dirent.h,v 1.2 1998/10/19 21:39:19 mike Exp $". +// End of "$Id: dirent.h,v 1.3 1998/10/21 14:19:43 mike Exp $". // diff --git a/FL/filename.H b/FL/filename.H index ce7f7f897..c20059bda 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $" // // Filename header file for the Fast Light Tool Kit (FLTK). // @@ -61,5 +61,5 @@ int filename_list(const char *d, dirent ***list); #endif // -// End of "$Id: filename.H,v 1.2 1998/10/19 21:39:20 mike Exp $". +// End of "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $". // diff --git a/FL/fl_ask.H b/FL/fl_ask.H index 1a8ef7e91..db337b398 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_ask.H,v 1.3 1998/10/21 14:19:44 mike Exp $" // // Standard dialog header file for the Fast Light Tool Kit (FLTK). // @@ -71,5 +71,5 @@ int fl_show_choice( #endif // -// End of "$Id: fl_ask.H,v 1.2 1998/10/19 21:39:20 mike Exp $". +// End of "$Id: fl_ask.H,v 1.3 1998/10/21 14:19:44 mike Exp $". // diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 9e47ce2a8..2d95499fc 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_draw.H,v 1.3 1998/10/21 14:19:45 mike Exp $" // // Portable drawing function header file for the Fast Light Tool Kit (FLTK). // @@ -157,5 +157,5 @@ int fl_add_symbol(const char* name, void (*drawit)(Fl_Color), int scalable); #endif // -// End of "$Id: fl_draw.H,v 1.2 1998/10/19 21:39:21 mike Exp $". +// End of "$Id: fl_draw.H,v 1.3 1998/10/21 14:19:45 mike Exp $". // diff --git a/FL/fl_file_chooser.H b/FL/fl_file_chooser.H index 950dfaead..ac2c80483 100644 --- a/FL/fl_file_chooser.H +++ b/FL/fl_file_chooser.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_file_chooser.H,v 1.3 1998/10/21 14:19:45 mike Exp $" // // File chooser header file for the Fast Light Tool Kit (FLTK). // @@ -32,5 +32,5 @@ void fl_file_chooser_callback(void (*cb)(const char *)); #endif // -// End of "$Id: fl_file_chooser.H,v 1.2 1998/10/19 21:39:22 mike Exp $". +// End of "$Id: fl_file_chooser.H,v 1.3 1998/10/21 14:19:45 mike Exp $". // diff --git a/FL/fl_message.H b/FL/fl_message.H index caeec92e5..1dc902f9f 100644 --- a/FL/fl_message.H +++ b/FL/fl_message.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_message.H,v 1.3 1998/10/21 14:19:46 mike Exp $" // // Standard message header file for the Fast Light Tool Kit (FLTK). // @@ -26,5 +26,5 @@ #include "fl_ask.H" // -// End of "$Id: fl_message.H,v 1.2 1998/10/19 21:39:22 mike Exp $". +// End of "$Id: fl_message.H,v 1.3 1998/10/21 14:19:46 mike Exp $". // diff --git a/FL/fl_show_colormap.H b/FL/fl_show_colormap.H index b4c0d43c1..44113dbf1 100644 --- a/FL/fl_show_colormap.H +++ b/FL/fl_show_colormap.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_show_colormap.H,v 1.3 1998/10/21 14:19:46 mike Exp $" // // Colormap picker header file for the Fast Light Tool Kit (FLTK). // @@ -31,5 +31,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol); #endif // -// End of "$Id: fl_show_colormap.H,v 1.2 1998/10/19 21:39:23 mike Exp $". +// End of "$Id: fl_show_colormap.H,v 1.3 1998/10/21 14:19:46 mike Exp $". // diff --git a/FL/fl_show_input.H b/FL/fl_show_input.H index e10acdf2d..342a9c2cd 100644 --- a/FL/fl_show_input.H +++ b/FL/fl_show_input.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_show_input.H,v 1.3 1998/10/21 14:19:47 mike Exp $" // // Standard input dialog header file for the Fast Light Tool Kit (FLTK). // @@ -26,5 +26,5 @@ #include "fl_ask.H" // -// End of "$Id: fl_show_input.H,v 1.2 1998/10/19 21:39:24 mike Exp $". +// End of "$Id: fl_show_input.H,v 1.3 1998/10/21 14:19:47 mike Exp $". // diff --git a/FL/forms.H b/FL/forms.H index eb47161fc..d3a4047f9 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms.H,v 1.3 1998/10/21 14:19:47 mike Exp $" // // Forms emulation header file for the Fast Light Tool Kit (FLTK). // @@ -829,5 +829,5 @@ inline void fl_draw() {Fl::flush();} #endif /* define __FORMS_H__ */ // -// End of "$Id: forms.H,v 1.2 1998/10/19 21:39:24 mike Exp $". +// End of "$Id: forms.H,v 1.3 1998/10/21 14:19:47 mike Exp $". // @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: gl.h,v 1.3 1998/10/21 14:19:48 mike Exp $" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // @@ -67,5 +67,5 @@ void gl_draw_image(const uchar *, int x,int y,int w,int h, int d=3, int ld=0); #endif // -// End of "$Id: gl.h,v 1.2 1998/10/19 21:39:25 mike Exp $". +// End of "$Id: gl.h,v 1.3 1998/10/21 14:19:48 mike Exp $". // diff --git a/FL/gl_draw.H b/FL/gl_draw.H index 81652e374..f11705b17 100644 --- a/FL/gl_draw.H +++ b/FL/gl_draw.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: gl_draw.H,v 1.3 1998/10/21 14:19:49 mike Exp $" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // @@ -26,5 +26,5 @@ #include "gl.h" // -// End of "$Id: gl_draw.H,v 1.2 1998/10/19 21:39:26 mike Exp $". +// End of "$Id: gl_draw.H,v 1.3 1998/10/21 14:19:49 mike Exp $". // @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: glut.H,v 1.3 1998/10/21 14:19:49 mike Exp $" // // GLUT emulation header file for the Fast Light Tool Kit (FLTK). // @@ -466,5 +466,5 @@ extern void glutSolidIcosahedron(); #endif /* __glut_h__ */ // -// End of "$Id: glut.H,v 1.2 1998/10/19 21:39:27 mike Exp $". +// End of "$Id: glut.H,v 1.3 1998/10/21 14:19:49 mike Exp $". // @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $" // // Math header file for the Fast Light Tool Kit (FLTK). // @@ -52,5 +52,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;} #endif // -// End of "$Id: math.h,v 1.2 1998/10/19 21:39:27 mike Exp $". +// End of "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $". // diff --git a/FL/win32.H b/FL/win32.H index 5fb6fb14f..f71aa8bfb 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: win32.H,v 1.8 1998/10/21 14:19:50 mike Exp $" // // WIN32 header file for the Fast Light Tool Kit (FLTK). // @@ -116,5 +116,5 @@ void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP pixmap,int srcx,int srcy) #define fl_delete_offscreen(bitmap) DeleteObject(bitmap); // -// End of "$Id: win32.H,v 1.7 1998/10/19 21:39:28 mike Exp $". +// End of "$Id: win32.H,v 1.8 1998/10/21 14:19:50 mike Exp $". // @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -115,5 +115,5 @@ extern int fl_background_pixel; // hack into Fl_X::make_xid() #endif // -// End of "$Id: x.H,v 1.4 1998/10/19 21:39:29 mike Exp $". +// End of "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $". // |
