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 /src | |
| 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 'src')
127 files changed, 262 insertions, 262 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index a0755b6eb..1ed145b49 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl.cxx,v 1.6 1998/10/21 14:19:54 mike Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -585,5 +585,5 @@ void fl_throw_focus(Fl_Widget *o) { } // -// End of "$Id: Fl.cxx,v 1.5 1998/10/19 21:00:20 mike Exp $". +// End of "$Id: Fl.cxx,v 1.6 1998/10/21 14:19:54 mike Exp $". // diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index db5d66f87..f962692f1 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Adjuster.cxx,v 1.3 1998/10/21 14:19:54 mike Exp $" // // Adjuster widget for the Fast Light Tool Kit (FLTK). // @@ -127,5 +127,5 @@ Fl_Adjuster::Fl_Adjuster(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Adjuster.cxx,v 1.2 1998/10/19 20:45:35 mike Exp $". +// End of "$Id: Fl_Adjuster.cxx,v 1.3 1998/10/21 14:19:54 mike Exp $". // diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 477e0d96d..792552490 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Bitmap.cxx,v 1.4 1998/10/21 14:19:55 mike Exp $" // // Bitmap drawing routines for the Fast Light Tool Kit (FLTK). // @@ -125,5 +125,5 @@ void Fl_Bitmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Bitmap.cxx,v 1.3 1998/10/19 20:45:36 mike Exp $". +// End of "$Id: Fl_Bitmap.cxx,v 1.4 1998/10/21 14:19:55 mike Exp $". // diff --git a/src/Fl_Box.cxx b/src/Fl_Box.cxx index b1c12259f..9a13d361b 100644 --- a/src/Fl_Box.cxx +++ b/src/Fl_Box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Box.cxx,v 1.3 1998/10/21 14:19:55 mike Exp $" // // Box widget for the Fast Light Tool Kit (FLTK). // @@ -34,5 +34,5 @@ void Fl_Box::draw() { } // -// End of "$Id: Fl_Box.cxx,v 1.2 1998/10/19 20:45:37 mike Exp $". +// End of "$Id: Fl_Box.cxx,v 1.3 1998/10/21 14:19:55 mike Exp $". // diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index 437551154..c6a7d1e70 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Browser.cxx,v 1.3 1998/10/21 14:19:56 mike Exp $" // // Browser widget for the Fast Light Tool Kit (FLTK). // @@ -441,5 +441,5 @@ int Fl_Browser::value() const { } // -// End of "$Id: Fl_Browser.cxx,v 1.2 1998/10/19 20:45:37 mike Exp $". +// End of "$Id: Fl_Browser.cxx,v 1.3 1998/10/21 14:19:56 mike Exp $". // diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index 0f6882ffb..0342b2d63 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Browser_.cxx,v 1.4 1998/10/21 14:19:57 mike Exp $" // // Base Browser widget class for the Fast Light Tool Kit (FLTK). // @@ -95,8 +95,8 @@ void Fl_Browser_::resize(int X, int Y, int W, int H) { // Cause minimal update to redraw the given item: void Fl_Browser_::redraw_line(void* l) { - if (!redraw1 || redraw1 == l) {redraw1 = l; damage(FL_DAMAGE_LINE);} - else if (!redraw2 || redraw2 == l) {redraw2 = l; damage(FL_DAMAGE_LINE);} + if (!redraw1 || redraw1 == l) {redraw1 = l; damage(FL_DAMAGE_EXPOSE);} + else if (!redraw2 || redraw2 == l) {redraw2 = l; damage(FL_DAMAGE_EXPOSE);} else damage(FL_DAMAGE_SCROLL); } @@ -627,5 +627,5 @@ void Fl_Browser_::item_select(void*, int) {} int Fl_Browser_::item_selected(void* l) const {return l==selection_;} // -// End of "$Id: Fl_Browser_.cxx,v 1.3 1998/10/19 20:45:38 mike Exp $". +// End of "$Id: Fl_Browser_.cxx,v 1.4 1998/10/21 14:19:57 mike Exp $". // diff --git a/src/Fl_Browser_load.cxx b/src/Fl_Browser_load.cxx index 85a441beb..74782752d 100644 --- a/src/Fl_Browser_load.cxx +++ b/src/Fl_Browser_load.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Browser_load.cxx,v 1.3 1998/10/21 14:19:57 mike Exp $" // // File loading routines for the Fast Light Tool Kit (FLTK). // @@ -51,5 +51,5 @@ int Fl_Browser::load(const char *filename) { } // -// End of "$Id: Fl_Browser_load.cxx,v 1.2 1998/10/19 20:45:39 mike Exp $". +// End of "$Id: Fl_Browser_load.cxx,v 1.3 1998/10/21 14:19:57 mike Exp $". // diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index 4921cb66d..ff9009b75 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Button.cxx,v 1.3 1998/10/21 14:19:58 mike Exp $" // // Button widget for the Fast Light Tool Kit (FLTK). // @@ -115,5 +115,5 @@ Fl_Button::Fl_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Button.cxx,v 1.2 1998/10/19 20:45:39 mike Exp $". +// End of "$Id: Fl_Button.cxx,v 1.3 1998/10/21 14:19:58 mike Exp $". // diff --git a/src/Fl_Chart.cxx b/src/Fl_Chart.cxx index 9d91863a6..598b1a182 100644 --- a/src/Fl_Chart.cxx +++ b/src/Fl_Chart.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Chart.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $" // // Forms-compatible chart widget for the Fast Light Tool Kit (FLTK). // @@ -362,5 +362,5 @@ void Fl_Chart::maxsize(int m) { } // -// End of "$Id: Fl_Chart.cxx,v 1.2 1998/10/19 20:45:40 mike Exp $". +// End of "$Id: Fl_Chart.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $". // diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index 3d47878ab..af6c18c61 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Check_Button.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $" // // Check button widget for the Fast Light Tool Kit (FLTK). // diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index 643f879dc..14400fc93 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Choice.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $" // // Choice widget for the Fast Light Tool Kit (FLTK). // @@ -84,5 +84,5 @@ int Fl_Choice::handle(int e) { } // -// End of "$Id: Fl_Choice.cxx,v 1.2 1998/10/19 20:45:41 mike Exp $". +// End of "$Id: Fl_Choice.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $". // diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index 50b701072..8b83d89c7 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Clock.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $" // // Clock widget for the Fast Light Tool Kit (FLTK). // @@ -159,5 +159,5 @@ int Fl_Clock::handle(int event) { } // -// End of "$Id: Fl_Clock.cxx,v 1.2 1998/10/19 20:45:42 mike Exp $". +// End of "$Id: Fl_Clock.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $". // diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index 7a8df7581..da316e6f4 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Color_Chooser.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $" // // Color chooser for the Fast Light Tool Kit (FLTK). // @@ -127,12 +127,12 @@ int Fl_Color_Chooser::rgb(double r, double g, double b) { set_valuators(); if (value_ != pv) { #ifdef UPDATE_HUE_BOX - huebox.damage(FL_DAMAGE_EXPOSE|FL_DAMAGE_OVERLAY); + huebox.damage(FL_DAMAGE_SCROLL); #endif valuebox.damage(FL_DAMAGE_EXPOSE);} if (hue_ != ph || saturation_ != ps) { huebox.damage(FL_DAMAGE_EXPOSE); - valuebox.damage(FL_DAMAGE_EXPOSE|FL_DAMAGE_OVERLAY); + valuebox.damage(FL_DAMAGE_SCROLL); } return 1; } @@ -148,12 +148,12 @@ int Fl_Color_Chooser::hsv(double h, double s, double v) { hue_ = h; saturation_ = s; value_ = v; if (value_ != pv) { #ifdef UPDATE_HUE_BOX - huebox.damage(FL_DAMAGE_EXPOSE|FL_DAMAGE_OVERLAY); + huebox.damage(FL_DAMAGE_SCROLL); #endif valuebox.damage(FL_DAMAGE_EXPOSE);} if (hue_ != ph || saturation_ != ps) { huebox.damage(FL_DAMAGE_EXPOSE); - valuebox.damage(FL_DAMAGE_EXPOSE|FL_DAMAGE_OVERLAY); + valuebox.damage(FL_DAMAGE_SCROLL); } hsv2rgb(h,s,v,r_,g_,b_); set_valuators(); @@ -426,5 +426,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b) { } // -// End of "$Id: Fl_Color_Chooser.cxx,v 1.3 1998/10/19 20:45:42 mike Exp $". +// End of "$Id: Fl_Color_Chooser.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $". // diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx index 6c6d45bdc..23899ef91 100644 --- a/src/Fl_Counter.cxx +++ b/src/Fl_Counter.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Counter.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $" // // Counter widget for the Fast Light Tool Kit (FLTK). // @@ -161,5 +161,5 @@ Fl_Counter::Fl_Counter(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Counter.cxx,v 1.3 1998/10/19 20:45:43 mike Exp $". +// End of "$Id: Fl_Counter.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $". // diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index 092bdf9b7..ac7be89b5 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Dial.cxx,v 1.4 1998/10/21 14:20:02 mike Exp $" // // Circular dial widget for the Fast Light Tool Kit (FLTK). // @@ -134,5 +134,5 @@ Fl_Dial::Fl_Dial(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Dial.cxx,v 1.3 1998/10/19 20:45:44 mike Exp $". +// End of "$Id: Fl_Dial.cxx,v 1.4 1998/10/21 14:20:02 mike Exp $". // diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index ee98dbaa9..f9d3ce9f4 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Double_Window.cxx,v 1.8 1998/10/21 14:20:02 mike Exp $" // // Double-buffered window code for the Fast Light Tool Kit (FLTK). // @@ -186,5 +186,5 @@ Fl_Double_Window::~Fl_Double_Window() { } // -// End of "$Id: Fl_Double_Window.cxx,v 1.7 1998/10/19 20:45:44 mike Exp $". +// End of "$Id: Fl_Double_Window.cxx,v 1.8 1998/10/21 14:20:02 mike Exp $". // diff --git a/src/Fl_Font.H b/src/Fl_Font.H index 93874b099..3e2c1202f 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Font.H,v 1.3 1998/10/21 14:20:03 mike Exp $" // // Font definitions for the Fast Light Tool Kit (FLTK). // @@ -86,5 +86,5 @@ void fl_draw(const char *, int x, int y, int w, int h, Fl_Align, #endif // -// End of "$Id: Fl_Font.H,v 1.2 1998/10/19 20:45:45 mike Exp $". +// End of "$Id: Fl_Font.H,v 1.3 1998/10/21 14:20:03 mike Exp $". // diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index d9ba235f3..2b2340f79 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Gl_Choice.H,v 1.3 1998/10/21 14:20:04 mike Exp $" // // OpenGL definitions for the Fast Light Tool Kit (FLTK). // @@ -82,5 +82,5 @@ HDC fl_private_dc(Fl_Window*, int, Fl_Gl_Choice **gp); #endif // -// End of "$Id: Fl_Gl_Choice.H,v 1.2 1998/10/19 20:45:46 mike Exp $". +// End of "$Id: Fl_Gl_Choice.H,v 1.3 1998/10/21 14:20:04 mike Exp $". // diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index 883df7eb3..53ff47de0 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Gl_Choice.cxx,v 1.3 1998/10/21 14:20:04 mike Exp $" // // OpenGL visual selection code for the Fast Light Tool Kit (FLTK). // @@ -179,5 +179,5 @@ HDC fl_private_dc(Fl_Window* w, int mode, Fl_Gl_Choice **gp) { #endif // -// End of "$Id: Fl_Gl_Choice.cxx,v 1.2 1998/10/19 20:45:45 mike Exp $". +// End of "$Id: Fl_Gl_Choice.cxx,v 1.3 1998/10/21 14:20:04 mike Exp $". // diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index 1fdd5e676..4bd351099 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Gl_Overlay.cxx,v 1.4 1998/10/21 14:20:05 mike Exp $" // // OpenGL overlay code for the Fast Light Tool Kit (FLTK). // @@ -198,5 +198,5 @@ void Fl_Gl_Window::hide_overlay() { #endif // -// End of "$Id: Fl_Gl_Overlay.cxx,v 1.3 1998/10/19 20:45:47 mike Exp $". +// End of "$Id: Fl_Gl_Overlay.cxx,v 1.4 1998/10/21 14:20:05 mike Exp $". // diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index f17cae254..c5b0ab16b 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Gl_Window.cxx,v 1.7 1998/10/21 14:20:06 mike Exp $" // // OpenGL window code for the Fast Light Tool Kit (FLTK). // @@ -310,5 +310,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.6 1998/10/19 20:45:47 mike Exp $". +// End of "$Id: Fl_Gl_Window.cxx,v 1.7 1998/10/21 14:20:06 mike Exp $". // diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index b6668d70b..795371101 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Group.cxx,v 1.4 1998/10/21 14:20:07 mike Exp $" // // Group widget for the Fast Light Tool Kit (FLTK). // @@ -465,5 +465,5 @@ void Fl_Group::draw_outside_label(const Fl_Widget& w) const { } // -// End of "$Id: Fl_Group.cxx,v 1.3 1998/10/19 20:45:48 mike Exp $". +// End of "$Id: Fl_Group.cxx,v 1.4 1998/10/21 14:20:07 mike Exp $". // diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index e04d71af9..d93729ba6 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Image.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // @@ -86,5 +86,5 @@ void Fl_Image::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Image.cxx,v 1.3 1998/10/19 20:45:49 mike Exp $". +// End of "$Id: Fl_Image.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $". // diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 1170b279b..02e4513e6 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Input.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $" // // Input widget for the Fast Light Tool Kit (FLTK). // @@ -322,5 +322,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l) : Fl_Input_(x, y, w, h, l) {} // -// End of "$Id: Fl_Input.cxx,v 1.3 1998/10/19 20:45:49 mike Exp $". +// End of "$Id: Fl_Input.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $". // diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index f7369c433..2cd0c2fa8 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Input_.cxx,v 1.4 1998/10/21 14:20:09 mike Exp $" // // Common input widget routines for the Fast Light Tool Kit (FLTK). // @@ -725,5 +725,5 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.3 1998/10/19 20:45:50 mike Exp $". +// End of "$Id: Fl_Input_.cxx,v 1.4 1998/10/21 14:20:09 mike Exp $". // diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index ba8ee9edd..255c9cd05 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Light_Button.cxx,v 1.3 1998/10/21 14:20:10 mike Exp $" // // Lighted button widget for the Fast Light Tool Kit (FLTK). // @@ -70,5 +70,5 @@ Fl_Light_Button::Fl_Light_Button(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Light_Button.cxx,v 1.2 1998/10/19 20:45:51 mike Exp $". +// End of "$Id: Fl_Light_Button.cxx,v 1.3 1998/10/21 14:20:10 mike Exp $". // diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index 36cc84557..37b3478ef 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu.cxx,v 1.5 1998/10/21 14:20:10 mike Exp $" // // Menu code for the Fast Light Tool Kit (FLTK). // @@ -711,5 +711,5 @@ const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const { } // -// End of "$Id: Fl_Menu.cxx,v 1.4 1998/10/19 21:00:20 mike Exp $". +// End of "$Id: Fl_Menu.cxx,v 1.5 1998/10/21 14:20:10 mike Exp $". // diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index 676f46431..9b0e736d3 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_.cxx,v 1.3 1998/10/21 14:20:11 mike Exp $" // // Common menu code for the Fast Light Tool Kit (FLTK). // @@ -117,5 +117,5 @@ Fl_Menu_::~Fl_Menu_() { } // -// End of "$Id: Fl_Menu_.cxx,v 1.2 1998/10/19 20:45:52 mike Exp $". +// End of "$Id: Fl_Menu_.cxx,v 1.3 1998/10/21 14:20:11 mike Exp $". // diff --git a/src/Fl_Menu_Bar.cxx b/src/Fl_Menu_Bar.cxx index b79de55ca..618fd81f6 100644 --- a/src/Fl_Menu_Bar.cxx +++ b/src/Fl_Menu_Bar.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Bar.cxx,v 1.3 1998/10/21 14:20:11 mike Exp $" // // Menu bar widget for the Fast Light Tool Kit (FLTK). // @@ -57,5 +57,5 @@ int Fl_Menu_Bar::handle(int event) { } // -// End of "$Id: Fl_Menu_Bar.cxx,v 1.2 1998/10/19 20:45:53 mike Exp $". +// End of "$Id: Fl_Menu_Bar.cxx,v 1.3 1998/10/21 14:20:11 mike Exp $". // diff --git a/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index 1d17f7a3c..776352688 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Button.cxx,v 1.3 1998/10/21 14:20:12 mike Exp $" // // Menu button widget for the Fast Light Tool Kit (FLTK). // @@ -78,5 +78,5 @@ Fl_Menu_Button::Fl_Menu_Button(int X,int Y,int W,int H,const char *l) } // -// End of "$Id: Fl_Menu_Button.cxx,v 1.2 1998/10/19 20:45:53 mike Exp $". +// End of "$Id: Fl_Menu_Button.cxx,v 1.3 1998/10/21 14:20:12 mike Exp $". // diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index eb1595a8b..102993449 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_Window.cxx,v 1.4 1998/10/21 14:20:12 mike Exp $" // // Menu window code for the Fast Light Tool Kit (FLTK). // @@ -155,5 +155,5 @@ void Fl::release() { } // -// End of "$Id: Fl_Menu_Window.cxx,v 1.3 1998/10/19 20:45:54 mike Exp $". +// End of "$Id: Fl_Menu_Window.cxx,v 1.4 1998/10/21 14:20:12 mike Exp $". // diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index b2801d9aa..69f6fd8df 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_add.cxx,v 1.3 1998/10/21 14:20:13 mike Exp $" // // Menu utilities for the Fast Light Tool Kit (FLTK). // @@ -172,5 +172,5 @@ void Fl_Menu_::clear() { } // -// End of "$Id: Fl_Menu_add.cxx,v 1.2 1998/10/19 20:45:54 mike Exp $". +// End of "$Id: Fl_Menu_add.cxx,v 1.3 1998/10/21 14:20:13 mike Exp $". // diff --git a/src/Fl_Menu_global.cxx b/src/Fl_Menu_global.cxx index 3eb756557..427cfbfcd 100644 --- a/src/Fl_Menu_global.cxx +++ b/src/Fl_Menu_global.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Menu_global.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $" // // Global menu shortcut code for the Fast Light Tool Kit (FLTK). // @@ -43,5 +43,5 @@ void Fl_Menu_::global() { } // -// End of "$Id: Fl_Menu_global.cxx,v 1.2 1998/10/19 20:45:55 mike Exp $". +// End of "$Id: Fl_Menu_global.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $". // diff --git a/src/Fl_Multi_Label.cxx b/src/Fl_Multi_Label.cxx index 0694bd8d8..40b273426 100644 --- a/src/Fl_Multi_Label.cxx +++ b/src/Fl_Multi_Label.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Multi_Label.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $" // // Multi-label widget for the Fast Light Tool Kit (FLTK). // @@ -74,5 +74,5 @@ void Fl_Multi_Label::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Multi_Label.cxx,v 1.2 1998/10/19 20:45:56 mike Exp $". +// End of "$Id: Fl_Multi_Label.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $". // diff --git a/src/Fl_Output.cxx b/src/Fl_Output.cxx index a7eddd7fd..826d197d0 100644 --- a/src/Fl_Output.cxx +++ b/src/Fl_Output.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Output.cxx,v 1.4 1998/10/21 14:20:15 mike Exp $" // // Output widget for the Fast Light Tool Kit (FLTK). // @@ -46,5 +46,5 @@ int Fl_Output::handle(int event) { } // -// End of "$Id: Fl_Output.cxx,v 1.3 1998/10/19 20:45:56 mike Exp $". +// End of "$Id: Fl_Output.cxx,v 1.4 1998/10/21 14:20:15 mike Exp $". // diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx index 761477e4e..6b29b1c81 100644 --- a/src/Fl_Overlay_Window.cxx +++ b/src/Fl_Overlay_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Overlay_Window.cxx,v 1.5 1998/10/21 14:20:15 mike Exp $" // // Overlay window code for the Fast Light Tool Kit (FLTK). // @@ -139,5 +139,5 @@ void Fl_Overlay_Window::redraw_overlay() { #endif // -// End of "$Id: Fl_Overlay_Window.cxx,v 1.4 1998/10/19 20:45:57 mike Exp $". +// End of "$Id: Fl_Overlay_Window.cxx,v 1.5 1998/10/21 14:20:15 mike Exp $". // diff --git a/src/Fl_Pack.cxx b/src/Fl_Pack.cxx index 2b0bf1958..6ee605d6b 100644 --- a/src/Fl_Pack.cxx +++ b/src/Fl_Pack.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Pack.cxx,v 1.4 1998/10/21 14:20:16 mike Exp $" // // Packing widget for the Fast Light Tool Kit (FLTK). // @@ -101,5 +101,5 @@ void Fl_Pack::draw() { } // -// End of "$Id: Fl_Pack.cxx,v 1.3 1998/10/19 20:45:57 mike Exp $". +// End of "$Id: Fl_Pack.cxx,v 1.4 1998/10/21 14:20:16 mike Exp $". // diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 987aaf1dd..56d178b35 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Pixmap.cxx,v 1.4 1998/10/21 14:20:16 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // @@ -140,5 +140,5 @@ void Fl_Pixmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Pixmap.cxx,v 1.3 1998/10/19 20:45:58 mike Exp $". +// End of "$Id: Fl_Pixmap.cxx,v 1.4 1998/10/21 14:20:16 mike Exp $". // diff --git a/src/Fl_Positioner.cxx b/src/Fl_Positioner.cxx index c90ce5aba..43e16515a 100644 --- a/src/Fl_Positioner.cxx +++ b/src/Fl_Positioner.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Positioner.cxx,v 1.3 1998/10/21 14:20:17 mike Exp $" // // Positioner widget for the Fast Light Tool Kit (FLTK). // @@ -129,5 +129,5 @@ void Fl_Positioner::ybounds(double a, double b) { } // -// End of "$Id: Fl_Positioner.cxx,v 1.2 1998/10/19 20:45:59 mike Exp $". +// End of "$Id: Fl_Positioner.cxx,v 1.3 1998/10/21 14:20:17 mike Exp $". // diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index 6839ed281..b12fb43f4 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Repeat_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $" // // Repeat button widget for the Fast Light Tool Kit (FLTK). // @@ -59,5 +59,5 @@ int Fl_Repeat_Button::handle(int event) { } // -// End of "$Id: Fl_Repeat_Button.cxx,v 1.2 1998/10/19 20:45:59 mike Exp $". +// End of "$Id: Fl_Repeat_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $". // diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index 93c826cf1..5ae10952a 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Return_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $" // // Return button widget for the Fast Light Tool Kit (FLTK). // @@ -65,5 +65,5 @@ int Fl_Return_Button::handle(int event) { } // -// End of "$Id: Fl_Return_Button.cxx,v 1.2 1998/10/19 20:46:00 mike Exp $". +// End of "$Id: Fl_Return_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $". // diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index fe233ea84..598a430f5 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Roller.cxx,v 1.4 1998/10/21 14:20:19 mike Exp $" // // Roller widget for the Fast Light Tool Kit (FLTK). // @@ -132,5 +132,5 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.3 1998/10/19 20:46:00 mike Exp $". +// End of "$Id: Fl_Roller.cxx,v 1.4 1998/10/21 14:20:19 mike Exp $". // diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index d780c2521..c9e2c04af 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Round_Button.cxx,v 1.3 1998/10/21 14:20:19 mike Exp $" // // Round button for the Fast Light Tool Kit (FLTK). // @@ -38,5 +38,5 @@ Fl_Round_Button::Fl_Round_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Round_Button.cxx,v 1.2 1998/10/19 20:46:01 mike Exp $". +// End of "$Id: Fl_Round_Button.cxx,v 1.3 1998/10/21 14:20:19 mike Exp $". // diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 7b154aa17..8c781a4a5 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Scroll.cxx,v 1.4 1998/10/21 14:20:20 mike Exp $" // // Scroll widget for the Fast Light Tool Kit (FLTK). // @@ -93,7 +93,7 @@ void Fl_Scroll::draw() { draw_box(box(),x(),y(),w(),h(),color()); draw_clip(this, X, Y, W, H); } else { - if (d & FL_DAMAGE_EXPOSE) { // scroll the contents: + if (d & FL_DAMAGE_SCROLL) { // scroll the contents: fl_scroll(X, Y, W, H, oldx-xposition_, oldy-yposition_, draw_clip, this); } if (d & FL_DAMAGE_CHILD) { // draw damaged children @@ -198,7 +198,7 @@ void Fl_Scroll::position(int X, int Y) { if (o == &hscrollbar || o == &scrollbar) continue; o->position(o->x()+dx, o->y()+dy); } - damage(FL_DAMAGE_EXPOSE); + damage(FL_DAMAGE_SCROLL); } void Fl_Scroll::hscrollbar_cb(Fl_Widget* o, void*) { @@ -231,5 +231,5 @@ int Fl_Scroll::handle(int event) { } // -// End of "$Id: Fl_Scroll.cxx,v 1.3 1998/10/19 20:46:02 mike Exp $". +// End of "$Id: Fl_Scroll.cxx,v 1.4 1998/10/21 14:20:20 mike Exp $". // diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx index 025785dd5..1eca6f669 100644 --- a/src/Fl_Scrollbar.cxx +++ b/src/Fl_Scrollbar.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Scrollbar.cxx,v 1.4 1998/10/21 14:20:21 mike Exp $" // // Scroll bar widget for the Fast Light Tool Kit (FLTK). // @@ -181,5 +181,5 @@ Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L) } // -// End of "$Id: Fl_Scrollbar.cxx,v 1.3 1998/10/19 20:46:02 mike Exp $". +// End of "$Id: Fl_Scrollbar.cxx,v 1.4 1998/10/21 14:20:21 mike Exp $". // diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx index 9cb4cfc4f..2e3991d2d 100644 --- a/src/Fl_Single_Window.cxx +++ b/src/Fl_Single_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Single_Window.cxx,v 1.3 1998/10/21 14:20:21 mike Exp $" // // Single-buffered window for the Fast Light Tool Kit (FLTK). // @@ -35,5 +35,5 @@ void Fl_Single_Window::show() {Fl_Window::show();} void Fl_Single_Window::flush() {Fl_Window::flush();} // -// End of "$Id: Fl_Single_Window.cxx,v 1.2 1998/10/19 20:46:03 mike Exp $". +// End of "$Id: Fl_Single_Window.cxx,v 1.3 1998/10/21 14:20:21 mike Exp $". // diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx index 0387fc8be..6fe024754 100644 --- a/src/Fl_Slider.cxx +++ b/src/Fl_Slider.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Slider.cxx,v 1.4 1998/10/21 14:20:22 mike Exp $" // // Slider widget for the Fast Light Tool Kit (FLTK). // @@ -227,5 +227,5 @@ int Fl_Slider::handle(int event) { } // -// End of "$Id: Fl_Slider.cxx,v 1.3 1998/10/19 20:46:03 mike Exp $". +// End of "$Id: Fl_Slider.cxx,v 1.4 1998/10/21 14:20:22 mike Exp $". // diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 6490f4767..4399d93c1 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Tabs.cxx,v 1.4 1998/10/21 14:20:22 mike Exp $" // // Tab widget for the Fast Light Tool Kit (FLTK). // @@ -187,7 +187,7 @@ enum {LEFT, RIGHT, SELECTED}; void Fl_Tabs::draw() { Fl_Widget *v = value(); int H = tab_height(); - if (damage() & ~(FL_DAMAGE_EXPOSE|FL_DAMAGE_CHILD)) { // redraw the entire thing: + if (damage() & FL_DAMAGE_ALL) { // redraw the entire thing: fl_clip(x(), y()+(H>=0?H:0), w(), h()-(H>=0?H:-H)); draw_box(box(), x(), y(), w(), h(), v->color()); fl_pop_clip(); @@ -257,5 +257,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.3 1998/10/19 20:46:04 mike Exp $". +// End of "$Id: Fl_Tabs.cxx,v 1.4 1998/10/21 14:20:22 mike Exp $". // diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index d7cffd194..c50ace608 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Tile.cxx,v 1.3 1998/10/21 14:20:23 mike Exp $" // // Tile widget for the Fast Light Tool Kit (FLTK). // @@ -195,5 +195,5 @@ int Fl_Tile::handle(int event) { } // -// End of "$Id: Fl_Tile.cxx,v 1.2 1998/10/19 20:46:05 mike Exp $". +// End of "$Id: Fl_Tile.cxx,v 1.3 1998/10/21 14:20:23 mike Exp $". // diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx index 28d1f36f8..d0501e746 100644 --- a/src/Fl_Valuator.cxx +++ b/src/Fl_Valuator.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Valuator.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $" // // Valuator widget for the Fast Light Tool Kit (FLTK). // @@ -123,5 +123,5 @@ int Fl_Valuator::format(char* buffer) { } // -// End of "$Id: Fl_Valuator.cxx,v 1.3 1998/10/19 20:46:05 mike Exp $". +// End of "$Id: Fl_Valuator.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $". // diff --git a/src/Fl_Value_Input.cxx b/src/Fl_Value_Input.cxx index 1d6d05295..b96866550 100644 --- a/src/Fl_Value_Input.cxx +++ b/src/Fl_Value_Input.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Input.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $" // // Value input widget for the Fast Light Tool Kit (FLTK). // @@ -122,5 +122,5 @@ Fl_Value_Input::Fl_Value_Input(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Value_Input.cxx,v 1.3 1998/10/19 20:46:06 mike Exp $". +// End of "$Id: Fl_Value_Input.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $". // diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index 8ce6b42c9..54fd90bc2 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Output.cxx,v 1.4 1998/10/21 14:20:25 mike Exp $" // // Value output widget for the Fast Light Tool Kit (FLTK). // @@ -96,5 +96,5 @@ Fl_Value_Output::Fl_Value_Output(int x,int y,int w,int h,const char *l) } // -// End of "$Id: Fl_Value_Output.cxx,v 1.3 1998/10/19 20:46:07 mike Exp $". +// End of "$Id: Fl_Value_Output.cxx,v 1.4 1998/10/21 14:20:25 mike Exp $". // diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx index 73bad7057..a035d5d2c 100644 --- a/src/Fl_Value_Slider.cxx +++ b/src/Fl_Value_Slider.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Value_Slider.cxx,v 1.3 1998/10/21 14:20:25 mike Exp $" // // Value slider widget for the Fast Light Tool Kit (FLTK). // @@ -66,5 +66,5 @@ int Fl_Value_Slider::handle(int event) { } // -// End of "$Id: Fl_Value_Slider.cxx,v 1.2 1998/10/19 20:46:07 mike Exp $". +// End of "$Id: Fl_Value_Slider.cxx,v 1.3 1998/10/21 14:20:25 mike Exp $". // diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index ffa24eda8..434a469e6 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Widget.cxx,v 1.3 1998/10/21 14:20:26 mike Exp $" // // Base widget class for the Fast Light Tool Kit (FLTK). // @@ -184,5 +184,5 @@ int Fl_Widget::contains(const Fl_Widget *o) const { } // -// End of "$Id: Fl_Widget.cxx,v 1.2 1998/10/19 20:46:08 mike Exp $". +// End of "$Id: Fl_Widget.cxx,v 1.3 1998/10/21 14:20:26 mike Exp $". // diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index d6aea26c2..137173afa 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Window.cxx,v 1.3 1998/10/21 14:20:27 mike Exp $" // // Window widget class for the Fast Light Tool Kit (FLTK). // @@ -101,5 +101,5 @@ void Fl_Window::default_callback(Fl_Window* window, void* v) { } // -// End of "$Id: Fl_Window.cxx,v 1.2 1998/10/19 20:46:09 mike Exp $". +// End of "$Id: Fl_Window.cxx,v 1.3 1998/10/21 14:20:27 mike Exp $". // diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index d077f7f51..e6e7ad643 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Window_fullscreen.cxx,v 1.3 1998/10/21 14:20:27 mike Exp $" // // Fullscreen window support for the Fast Light Tool Kit (FLTK). // @@ -70,5 +70,5 @@ void Fl_Window::fullscreen_off(int X,int Y,int W,int H) { } // -// End of "$Id: Fl_Window_fullscreen.cxx,v 1.2 1998/10/19 20:46:09 mike Exp $". +// End of "$Id: Fl_Window_fullscreen.cxx,v 1.3 1998/10/21 14:20:27 mike Exp $". // diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index c7a560f36..9bfeade54 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Window_hotspot.cxx,v 1.3 1998/10/21 14:20:28 mike Exp $" // // Common hotspot routines for the Fast Light Tool Kit (FLTK). // @@ -50,5 +50,5 @@ void Fl_Window::hotspot(const Fl_Widget *o, int offscreen) { } // -// End of "$Id: Fl_Window_hotspot.cxx,v 1.2 1998/10/19 20:46:10 mike Exp $". +// End of "$Id: Fl_Window_hotspot.cxx,v 1.3 1998/10/21 14:20:28 mike Exp $". // diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx index 450264093..515a8a9bc 100644 --- a/src/Fl_Window_iconize.cxx +++ b/src/Fl_Window_iconize.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_Window_iconize.cxx,v 1.4 1998/10/21 14:20:28 mike Exp $" // // Window minification code for the Fast Light Tool Kit (FLTK). // @@ -41,5 +41,5 @@ void Fl_Window::iconize() { } // -// End of "$Id: Fl_Window_iconize.cxx,v 1.3 1998/10/19 20:46:11 mike Exp $". +// End of "$Id: Fl_Window_iconize.cxx,v 1.4 1998/10/21 14:20:28 mike Exp $". // diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index 28b4591fd..67d020aa3 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_XColor.H,v 1.3 1998/10/21 14:20:29 mike Exp $" // // X-specific color definitions for the Fast Light Tool Kit (FLTK). // @@ -39,5 +39,5 @@ extern unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; // -// End of "$Id: Fl_XColor.H,v 1.2 1998/10/19 20:46:11 mike Exp $". +// End of "$Id: Fl_XColor.H,v 1.3 1998/10/21 14:20:29 mike Exp $". // diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index 3a9e024a8..05ae00e27 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_abort.cxx,v 1.3 1998/10/21 14:20:29 mike Exp $" // // Warning/error message code for the Fast Light Tool Kit (FLTK). // @@ -83,5 +83,5 @@ void (*Fl::error)(const char* format, ...) = ::error; void (*Fl::fatal)(const char* format, ...) = ::error; // -// End of "$Id: Fl_abort.cxx,v 1.2 1998/10/19 20:46:12 mike Exp $". +// End of "$Id: Fl_abort.cxx,v 1.3 1998/10/21 14:20:29 mike Exp $". // diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 61a81b1c5..5503e9da9 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_add_idle.cxx,v 1.3 1998/10/21 14:20:30 mike Exp $" // // Idle routine support for the Fast Light Tool Kit (FLTK). // @@ -85,5 +85,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.2 1998/10/19 20:46:13 mike Exp $". +// End of "$Id: Fl_add_idle.cxx,v 1.3 1998/10/21 14:20:30 mike Exp $". // diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index 2782d3bbd..26059aa4b 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_arg.cxx,v 1.3 1998/10/21 14:20:31 mike Exp $" // // Optional argument initialization code for the Fast Light Tool Kit (FLTK). // @@ -394,5 +394,5 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.2 1998/10/19 20:46:13 mike Exp $". +// End of "$Id: Fl_arg.cxx,v 1.3 1998/10/21 14:20:31 mike Exp $". // diff --git a/src/Fl_cutpaste.cxx b/src/Fl_cutpaste.cxx index 14f38828c..a89e2a40a 100644 --- a/src/Fl_cutpaste.cxx +++ b/src/Fl_cutpaste.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_cutpaste.cxx,v 1.3 1998/10/21 14:20:31 mike Exp $" // // Cut/paste code for the Fast Light Tool Kit (FLTK). // @@ -149,5 +149,5 @@ void Fl::selection(Fl_Widget &owner, const char *stuff, int len) { #endif // -// End of "$Id: Fl_cutpaste.cxx,v 1.2 1998/10/19 20:46:14 mike Exp $". +// End of "$Id: Fl_cutpaste.cxx,v 1.3 1998/10/21 14:20:31 mike Exp $". // diff --git a/src/Fl_cutpaste_win32.cxx b/src/Fl_cutpaste_win32.cxx index 0627ead46..30d0cf900 100644 --- a/src/Fl_cutpaste_win32.cxx +++ b/src/Fl_cutpaste_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_cutpaste_win32.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $" // // WIN32 cut/paste for the Fast Light Tool Kit (FLTK). // @@ -129,5 +129,5 @@ void Fl::paste(Fl_Widget &receiver) { } // -// End of "$Id: Fl_cutpaste_win32.cxx,v 1.2 1998/10/19 20:46:15 mike Exp $". +// End of "$Id: Fl_cutpaste_win32.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $". // diff --git a/src/Fl_display.cxx b/src/Fl_display.cxx index 49f88b93f..943298c64 100644 --- a/src/Fl_display.cxx +++ b/src/Fl_display.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_display.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $" // // Display function for the Fast Light Tool Kit (FLTK). // @@ -39,5 +39,5 @@ void Fl::display(const char *d) { } // -// End of "$Id: Fl_display.cxx,v 1.2 1998/10/19 20:46:15 mike Exp $". +// End of "$Id: Fl_display.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $". // diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index 6d34960a4..90fff98c0 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_get_key.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $" // // Keyboard state routines for the Fast Light Tool Kit (FLTK). // @@ -60,5 +60,5 @@ int Fl::get_key(int k) { #endif // -// End of "$Id: Fl_get_key.cxx,v 1.2 1998/10/19 20:46:16 mike Exp $". +// End of "$Id: Fl_get_key.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $". // diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx index 2088b62fb..ddf7be965 100755 --- a/src/Fl_get_key_win32.cxx +++ b/src/Fl_get_key_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_get_key_win32.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $" // // WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK). // @@ -131,5 +131,5 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_win32.cxx,v 1.2 1998/10/19 20:46:17 mike Exp $". +// End of "$Id: Fl_get_key_win32.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $". // diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index b2752563e..ad72f9f2d 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_get_system_colors.cxx,v 1.3 1998/10/21 14:20:34 mike Exp $" // // System color support for the Fast Light Tool Kit (FLTK). // @@ -89,5 +89,5 @@ void Fl::get_system_colors() #endif // -// End of "$Id: Fl_get_system_colors.cxx,v 1.2 1998/10/19 20:46:17 mike Exp $". +// End of "$Id: Fl_get_system_colors.cxx,v 1.3 1998/10/21 14:20:34 mike Exp $". // diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index 218072dc5..dcd1ae1fd 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_own_colormap.cxx,v 1.3 1998/10/21 14:20:35 mike Exp $" // // Private colormap support for the Fast Light Tool Kit (FLTK). // @@ -73,5 +73,5 @@ void Fl::own_colormap() { #endif // -// End of "$Id: Fl_own_colormap.cxx,v 1.2 1998/10/19 20:46:18 mike Exp $". +// End of "$Id: Fl_own_colormap.cxx,v 1.3 1998/10/21 14:20:35 mike Exp $". // diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index 475b73abb..664686c96 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_visual.cxx,v 1.5 1998/10/21 14:20:35 mike Exp $" // // Visual support for the Fast Light Tool Kit (FLTK). // @@ -102,5 +102,5 @@ int Fl::visual(int flags) { #endif // -// End of "$Id: Fl_visual.cxx,v 1.4 1998/10/19 20:46:19 mike Exp $". +// End of "$Id: Fl_visual.cxx,v 1.5 1998/10/21 14:20:35 mike Exp $". // diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 604520031..02492c500 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_win32.cxx,v 1.10 1998/10/21 14:20:36 mike Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -728,5 +728,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl_win32.cxx,v 1.9 1998/10/19 21:00:21 mike Exp $". +// End of "$Id: Fl_win32.cxx,v 1.10 1998/10/21 14:20:36 mike Exp $". // diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 030e0a2b2..d5d8bad24 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: Fl_x.cxx,v 1.7 1998/10/21 14:20:37 mike Exp $" // // X specific code for the Fast Light Tool Kit (FLTK). // @@ -807,5 +807,5 @@ void Fl_Window::flush() { #endif // -// End of "$Id: Fl_x.cxx,v 1.6 1998/10/19 21:00:22 mike Exp $". +// End of "$Id: Fl_x.cxx,v 1.7 1998/10/21 14:20:37 mike Exp $". // diff --git a/src/Makefile b/src/Makefile index b15ef4990..ba9a72073 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id" +# "$Id: Makefile,v 1.4 1998/10/21 14:20:37 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -181,5 +181,5 @@ install: ../lib/$(LIBNAME) @chmod -R a+r,u+w,g-w,o-w $(includedir)/FL # -# End of "$Id: Makefile,v 1.3 1998/10/20 21:06:18 mike Exp $". +# End of "$Id: Makefile,v 1.4 1998/10/21 14:20:37 mike Exp $". # diff --git a/src/cmap.cxx b/src/cmap.cxx index 2388d3af5..f58a97b6b 100644 --- a/src/cmap.cxx +++ b/src/cmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: cmap.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $" // // Colormap generation program for the Fast Light Tool Kit (FLTK). // @@ -145,5 +145,5 @@ int main() { } // -// End of "$Id: cmap.cxx,v 1.2 1998/10/19 20:46:21 mike Exp $". +// End of "$Id: cmap.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $". // diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 50be3cf83..8ad483b66 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_absolute.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // @@ -92,5 +92,5 @@ int filename_absolute(char *to,const char *from) { } // -// End of "$Id: filename_absolute.cxx,v 1.2 1998/10/19 20:46:22 mike Exp $". +// End of "$Id: filename_absolute.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $". // diff --git a/src/filename_expand.cxx b/src/filename_expand.cxx index 1c8cba0be..42767b831 100644 --- a/src/filename_expand.cxx +++ b/src/filename_expand.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_expand.cxx,v 1.3 1998/10/21 14:20:39 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // @@ -97,5 +97,5 @@ int filename_expand(char *to,const char *from) { } // -// End of "$Id: filename_expand.cxx,v 1.2 1998/10/19 20:46:22 mike Exp $". +// End of "$Id: filename_expand.cxx,v 1.3 1998/10/21 14:20:39 mike Exp $". // diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index 1b9594b07..4451268a3 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_ext.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // @@ -41,5 +41,5 @@ const char *filename_ext(const char *buf) { } // -// End of "$Id: filename_ext.cxx,v 1.2 1998/10/19 20:46:23 mike Exp $". +// End of "$Id: filename_ext.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $". // diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index c5db7626e..1e967f981 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_isdir.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $" // // Directory detection routines for the Fast Light Tool Kit (FLTK). // @@ -35,5 +35,5 @@ int filename_isdir(const char* n) { } // -// End of "$Id: filename_isdir.cxx,v 1.2 1998/10/19 20:46:24 mike Exp $". +// End of "$Id: filename_isdir.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $". // diff --git a/src/filename_list.cxx b/src/filename_list.cxx index d77d3f6d9..b46e279d9 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_list.cxx,v 1.5 1998/10/21 14:20:41 mike Exp $" // // Filename list routines for the Fast Light Tool Kit (FLTK). // @@ -51,5 +51,5 @@ int filename_list(const char *d, dirent ***list) { } // -// End of "$Id: filename_list.cxx,v 1.4 1998/10/20 23:58:30 mike Exp $". +// End of "$Id: filename_list.cxx,v 1.5 1998/10/21 14:20:41 mike Exp $". // diff --git a/src/filename_match.cxx b/src/filename_match.cxx index ee47de4fc..9c73c5856 100644 --- a/src/filename_match.cxx +++ b/src/filename_match.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_match.cxx,v 1.3 1998/10/21 14:20:41 mike Exp $" // // Pattern matching routines for the Fast Light Tool Kit (FLTK). // @@ -98,5 +98,5 @@ int filename_match(const char *s, const char *p) { } // -// End of "$Id: filename_match.cxx,v 1.2 1998/10/19 20:46:25 mike Exp $". +// End of "$Id: filename_match.cxx,v 1.3 1998/10/21 14:20:41 mike Exp $". // diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index fce1081bd..f13dbad60 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: filename_setext.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // @@ -37,5 +37,5 @@ char *filename_setext(char *buf, const char *ext) { } // -// End of "$Id: filename_setext.cxx,v 1.2 1998/10/19 20:46:26 mike Exp $". +// End of "$Id: filename_setext.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $". // diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index d3225d1f6..17bde6df0 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_arc.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $" // // Arc functions for the Fast Light Tool Kit (FLTK). // @@ -73,5 +73,5 @@ void fl_circle(double x,double y,double r) { #endif // -// End of "$Id: fl_arc.cxx,v 1.2 1998/10/19 20:46:26 mike Exp $". +// End of "$Id: fl_arc.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $". // diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx index b035fa181..c0b7d66e5 100644 --- a/src/fl_arci.cxx +++ b/src/fl_arci.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_arci.cxx,v 1.3 1998/10/21 14:20:43 mike Exp $" // // Arc (integer) drawing functions for the Fast Light Tool Kit (FLTK). // @@ -68,5 +68,5 @@ void fl_pie(int x,int y,int w,int h,double a1,double a2) { } // -// End of "$Id: fl_arci.cxx,v 1.2 1998/10/19 20:46:27 mike Exp $". +// End of "$Id: fl_arci.cxx,v 1.3 1998/10/21 14:20:43 mike Exp $". // diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index e8873a4a2..e26ecebb3 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_ask.cxx,v 1.3 1998/10/21 14:20:44 mike Exp $" // // Standard dialog functions for the Fast Light Tool Kit (FLTK). // @@ -185,5 +185,5 @@ char *fl_show_simple_input(const char *str1, const char *defstr) { } // -// End of "$Id: fl_ask.cxx,v 1.2 1998/10/19 20:46:28 mike Exp $". +// End of "$Id: fl_ask.cxx,v 1.3 1998/10/21 14:20:44 mike Exp $". // diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index 650ead1c3..f18a83754 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_boxtype.cxx,v 1.4 1998/10/21 14:20:44 mike Exp $" // // Box drawing code for the Fast Light Tool Kit (FLTK). // @@ -282,5 +282,5 @@ const { } // -// End of "$Id: fl_boxtype.cxx,v 1.3 1998/10/19 20:46:28 mike Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.4 1998/10/21 14:20:44 mike Exp $". // diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 4ea579256..63f376a28 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_color.cxx,v 1.3 1998/10/21 14:20:45 mike Exp $" // // Color functions for the Fast Light Tool Kit (FLTK). // @@ -331,5 +331,5 @@ void Fl::get_color(Fl_Color i, uchar &red, uchar &green, uchar &blue) { #endif // -// End of "$Id: fl_color.cxx,v 1.2 1998/10/19 20:46:29 mike Exp $". +// End of "$Id: fl_color.cxx,v 1.3 1998/10/21 14:20:45 mike Exp $". // diff --git a/src/fl_color_win32.cxx b/src/fl_color_win32.cxx index 81a06596f..da8431395 100644 --- a/src/fl_color_win32.cxx +++ b/src/fl_color_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_color_win32.cxx,v 1.3 1998/10/21 14:20:45 mike Exp $" // // WIN32 color functions for the Fast Light Tool Kit (FLTK). // @@ -225,5 +225,5 @@ fl_select_palette(void) #endif // -// End of "$Id: fl_color_win32.cxx,v 1.2 1998/10/19 20:46:30 mike Exp $". +// End of "$Id: fl_color_win32.cxx,v 1.3 1998/10/21 14:20:45 mike Exp $". // diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 6254cc919..71a11209d 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_cursor.cxx,v 1.5 1998/10/21 14:20:46 mike Exp $" // // Mouse cursor support for the Fast Light Tool Kit (FLTK). // @@ -167,5 +167,5 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { #endif // -// End of "$Id: fl_cursor.cxx,v 1.4 1998/10/19 21:00:22 mike Exp $". +// End of "$Id: fl_cursor.cxx,v 1.5 1998/10/21 14:20:46 mike Exp $". // diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index 0bf09551b..5c91ba9d3 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_curve.cxx,v 1.3 1998/10/21 14:20:47 mike Exp $" // // Bezier curve functions for the Fast Light Tool Kit (FLTK). // @@ -95,5 +95,5 @@ void fl_curve(double X0, double Y0, } // -// End of "$Id: fl_curve.cxx,v 1.2 1998/10/19 20:46:31 mike Exp $". +// End of "$Id: fl_curve.cxx,v 1.3 1998/10/21 14:20:47 mike Exp $". // diff --git a/src/fl_diamond_box.cxx b/src/fl_diamond_box.cxx index 6c278e03a..c22e5f78a 100644 --- a/src/fl_diamond_box.cxx +++ b/src/fl_diamond_box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_diamond_box.cxx,v 1.4 1998/10/21 14:20:47 mike Exp $" // // Diamond box code for the Fast Light Tool Kit (FLTK). // @@ -74,5 +74,5 @@ Fl_Boxtype define_FL_DIAMOND_BOX() { } // -// End of "$Id: fl_diamond_box.cxx,v 1.3 1998/10/19 20:46:32 mike Exp $". +// End of "$Id: fl_diamond_box.cxx,v 1.4 1998/10/21 14:20:47 mike Exp $". // diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 1693adc79..dfa8878b6 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_draw.cxx,v 1.4 1998/10/21 14:20:48 mike Exp $" // // Label drawing code for the Fast Light Tool Kit (FLTK). // @@ -193,5 +193,5 @@ void fl_measure(const char* str, int& w, int& h) { } // -// End of "$Id: fl_draw.cxx,v 1.3 1998/10/19 21:00:23 mike Exp $". +// End of "$Id: fl_draw.cxx,v 1.4 1998/10/21 14:20:48 mike Exp $". // diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index 47aad3e7f..4b02ff7ce 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_draw_image.cxx,v 1.3 1998/10/21 14:20:48 mike Exp $" // // Image drawing routines for the Fast Light Tool Kit (FLTK). // @@ -627,5 +627,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { #endif // -// End of "$Id: fl_draw_image.cxx,v 1.2 1998/10/19 20:46:33 mike Exp $". +// End of "$Id: fl_draw_image.cxx,v 1.3 1998/10/21 14:20:48 mike Exp $". // diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx index e2f948bfc..937d3481d 100644 --- a/src/fl_draw_image_win32.cxx +++ b/src/fl_draw_image_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_draw_image_win32.cxx,v 1.3 1998/10/21 14:20:49 mike Exp $" // // WIN32 image drawing code for the Fast Light Tool Kit (FLTK). // @@ -258,5 +258,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_draw_image_win32.cxx,v 1.2 1998/10/19 20:46:34 mike Exp $". +// End of "$Id: fl_draw_image_win32.cxx,v 1.3 1998/10/21 14:20:49 mike Exp $". // diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 7f60a6deb..9927aca8b 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_draw_pixmap.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // @@ -244,5 +244,5 @@ int fl_draw_pixmap(/*const*/char*const* data, int x, int y, Fl_Color bg) { } // -// End of "$Id: fl_draw_pixmap.cxx,v 1.2 1998/10/19 20:46:35 mike Exp $". +// End of "$Id: fl_draw_pixmap.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $". // diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx index 0410b8f6b..77fcc5d93 100644 --- a/src/fl_engraved_label.cxx +++ b/src/fl_engraved_label.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_engraved_label.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $" // // Engraved label drawing routines for the Fast Light Tool Kit (FLTK). // @@ -87,5 +87,5 @@ Fl_Labeltype define_FL_EMBOSSED_LABEL() { } // -// End of "$Id: fl_engraved_label.cxx,v 1.2 1998/10/19 20:46:36 mike Exp $". +// End of "$Id: fl_engraved_label.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $". // diff --git a/src/fl_file_chooser.cxx b/src/fl_file_chooser.cxx index 005160c32..a95b6c078 100644 --- a/src/fl_file_chooser.cxx +++ b/src/fl_file_chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_file_chooser.cxx,v 1.4 1998/10/21 14:20:51 mike Exp $" // // File chooser widget for the Fast Light Tool Kit (FLTK). // @@ -611,5 +611,5 @@ char* fl_file_chooser(const char* message, const char* pat, const char* fname) } // -// End of "$Id: fl_file_chooser.cxx,v 1.3 1998/10/19 21:00:24 mike Exp $". +// End of "$Id: fl_file_chooser.cxx,v 1.4 1998/10/21 14:20:51 mike Exp $". // diff --git a/src/fl_font.cxx b/src/fl_font.cxx index f8a3735b2..3faa852a5 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_font.cxx,v 1.3 1998/10/21 14:20:51 mike Exp $" // // Font selection code for the Fast Light Tool Kit (FLTK). // @@ -305,5 +305,5 @@ void fl_draw(const char *str, int x, int y) { #endif // -// End of "$Id: fl_font.cxx,v 1.2 1998/10/19 20:46:37 mike Exp $". +// End of "$Id: fl_font.cxx,v 1.3 1998/10/21 14:20:51 mike Exp $". // diff --git a/src/fl_font_win32.cxx b/src/fl_font_win32.cxx index fecacd747..707b73a90 100644 --- a/src/fl_font_win32.cxx +++ b/src/fl_font_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_font_win32.cxx,v 1.5 1998/10/21 14:20:52 mike Exp $" // // WIN32 font selection routines for the Fast Light Tool Kit (FLTK). // @@ -180,5 +180,5 @@ void fl_draw(const char *str, int x, int y) { } // -// End of "$Id: fl_font_win32.cxx,v 1.4 1998/10/19 20:46:38 mike Exp $". +// End of "$Id: fl_font_win32.cxx,v 1.5 1998/10/21 14:20:52 mike Exp $". // diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 784cf1bfc..d094a2759 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_labeltype.cxx,v 1.3 1998/10/21 14:20:53 mike Exp $" // // Label drawing routines for the Fast Light Tool Kit (FLTK). // @@ -126,5 +126,5 @@ Fl_Font Fl_Input_::default_font_; int Fl_Input_::default_size_; // -// End of "$Id: fl_labeltype.cxx,v 1.2 1998/10/19 20:46:39 mike Exp $". +// End of "$Id: fl_labeltype.cxx,v 1.3 1998/10/21 14:20:53 mike Exp $". // diff --git a/src/fl_oval_box.cxx b/src/fl_oval_box.cxx index 4919de40d..9110c7032 100644 --- a/src/fl_oval_box.cxx +++ b/src/fl_oval_box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_oval_box.cxx,v 1.3 1998/10/21 14:20:53 mike Exp $" // // Oval box drawing code for the Fast Light Tool Kit (FLTK). // @@ -60,5 +60,5 @@ Fl_Boxtype define_FL_OVAL_BOX() { } // -// End of "$Id: fl_oval_box.cxx,v 1.2 1998/10/19 20:46:39 mike Exp $". +// End of "$Id: fl_oval_box.cxx,v 1.3 1998/10/21 14:20:53 mike Exp $". // diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index 749082e66..ff405c7e2 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_overlay.cxx,v 1.3 1998/10/21 14:20:54 mike Exp $" // // Overlay support for the Fast Light Tool Kit (FLTK). // @@ -62,5 +62,5 @@ void fl_overlay_rect(int x, int y, int w, int h) { } // -// End of "$Id: fl_overlay.cxx,v 1.2 1998/10/19 20:46:40 mike Exp $". +// End of "$Id: fl_overlay.cxx,v 1.3 1998/10/21 14:20:54 mike Exp $". // diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index 81cb86390..808d5c7a9 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_overlay_visual.cxx,v 1.3 1998/10/21 14:20:55 mike Exp $" // // X overlay support for the Fast Light Tool Kit (FLTK). // @@ -99,5 +99,5 @@ XVisualInfo *fl_find_overlay_visual() { #endif // -// End of "$Id: fl_overlay_visual.cxx,v 1.2 1998/10/19 20:46:41 mike Exp $". +// End of "$Id: fl_overlay_visual.cxx,v 1.3 1998/10/21 14:20:55 mike Exp $". // diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 65726d694..09763b779 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_rect.cxx,v 1.7 1998/10/21 14:20:55 mike Exp $" // // Rectangle drawing routines for the Fast Light Tool Kit (FLTK). // @@ -373,5 +373,5 @@ int fl_clip_box(int x, int y, int w, int h, int& X, int& Y, int& W, int& H){ } // -// End of "$Id: fl_rect.cxx,v 1.6 1998/10/19 20:46:41 mike Exp $". +// End of "$Id: fl_rect.cxx,v 1.7 1998/10/21 14:20:55 mike Exp $". // diff --git a/src/fl_round_box.cxx b/src/fl_round_box.cxx index 3c47dcd01..652f2447b 100644 --- a/src/fl_round_box.cxx +++ b/src/fl_round_box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_round_box.cxx,v 1.4 1998/10/21 14:20:56 mike Exp $" // // Round box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -116,5 +116,5 @@ Fl_Boxtype define_FL_ROUND_UP_BOX() { } // -// End of "$Id: fl_round_box.cxx,v 1.3 1998/10/19 20:46:42 mike Exp $". +// End of "$Id: fl_round_box.cxx,v 1.4 1998/10/21 14:20:56 mike Exp $". // diff --git a/src/fl_rounded_box.cxx b/src/fl_rounded_box.cxx index 7d1dc52e7..3303faaa1 100644 --- a/src/fl_rounded_box.cxx +++ b/src/fl_rounded_box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_rounded_box.cxx,v 1.3 1998/10/21 14:20:56 mike Exp $" // // Rounded box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -93,5 +93,5 @@ Fl_Boxtype define_FL_RSHADOW_BOX() { } // -// End of "$Id: fl_rounded_box.cxx,v 1.2 1998/10/19 20:46:43 mike Exp $". +// End of "$Id: fl_rounded_box.cxx,v 1.3 1998/10/21 14:20:56 mike Exp $". // diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index 78cc193fc..0c47ac14b 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_scroll_area.cxx,v 1.3 1998/10/21 14:20:57 mike Exp $" // // Scrolling routines for the Fast Light Tool Kit (FLTK). // @@ -89,5 +89,5 @@ void fl_scroll(int X, int Y, int W, int H, int dx, int dy, } // -// End of "$Id: fl_scroll_area.cxx,v 1.2 1998/10/19 20:46:43 mike Exp $". +// End of "$Id: fl_scroll_area.cxx,v 1.3 1998/10/21 14:20:57 mike Exp $". // diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index ff567c859..a720b1a5a 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_set_font.cxx,v 1.3 1998/10/21 14:20:58 mike Exp $" // // Font utilities for the Fast Light Tool Kit (FLTK). // @@ -74,5 +74,5 @@ void Fl::set_font(Fl_Font fnum, const char *name) { const char *Fl::get_font(Fl_Font fnum) {return fl_fonts[fnum].name;} // -// End of "$Id: fl_set_font.cxx,v 1.2 1998/10/19 20:46:44 mike Exp $". +// End of "$Id: fl_set_font.cxx,v 1.3 1998/10/21 14:20:58 mike Exp $". // diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 7ba38d0cb..649eca17f 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_set_fonts.cxx,v 1.3 1998/10/21 14:20:58 mike Exp $" // // More font utilities for the Fast Light Tool Kit (FLTK). // @@ -322,5 +322,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { #endif // -// End of "$Id: fl_set_fonts.cxx,v 1.2 1998/10/19 20:46:45 mike Exp $". +// End of "$Id: fl_set_fonts.cxx,v 1.3 1998/10/21 14:20:58 mike Exp $". // diff --git a/src/fl_set_fonts_win32.cxx b/src/fl_set_fonts_win32.cxx index c061fc2a3..80aeb2342 100755 --- a/src/fl_set_fonts_win32.cxx +++ b/src/fl_set_fonts_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_set_fonts_win32.cxx,v 1.3 1998/10/21 14:20:59 mike Exp $" // // WIN32 font utilities for the Fast Light Tool Kit (FLTK). // @@ -81,5 +81,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_win32.cxx,v 1.2 1998/10/19 20:46:45 mike Exp $". +// End of "$Id: fl_set_fonts_win32.cxx,v 1.3 1998/10/21 14:20:59 mike Exp $". // diff --git a/src/fl_set_gray.cxx b/src/fl_set_gray.cxx index 08dea317b..a96b02282 100644 --- a/src/fl_set_gray.cxx +++ b/src/fl_set_gray.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_set_gray.cxx,v 1.3 1998/10/21 14:20:59 mike Exp $" // // Background (gray) color routines for the Fast Light Tool Kit (FLTK). // @@ -58,5 +58,5 @@ void Fl::background2(uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_set_gray.cxx,v 1.2 1998/10/19 20:46:46 mike Exp $". +// End of "$Id: fl_set_gray.cxx,v 1.3 1998/10/21 14:20:59 mike Exp $". // diff --git a/src/fl_shadow_box.cxx b/src/fl_shadow_box.cxx index e435e5b88..ccb480934 100644 --- a/src/fl_shadow_box.cxx +++ b/src/fl_shadow_box.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_shadow_box.cxx,v 1.3 1998/10/21 14:21:00 mike Exp $" // // Shadow box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -50,5 +50,5 @@ Fl_Boxtype define_FL_SHADOW_BOX() { } // -// End of "$Id: fl_shadow_box.cxx,v 1.2 1998/10/19 20:46:47 mike Exp $". +// End of "$Id: fl_shadow_box.cxx,v 1.3 1998/10/21 14:21:00 mike Exp $". // diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index afde96a2c..c0a085e5b 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_shortcut.cxx,v 1.3 1998/10/21 14:21:01 mike Exp $" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // @@ -123,5 +123,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.2 1998/10/19 20:46:47 mike Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.3 1998/10/21 14:21:01 mike Exp $". // diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx index 0a728af50..4ff8cf1f5 100644 --- a/src/fl_show_colormap.cxx +++ b/src/fl_show_colormap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_show_colormap.cxx,v 1.4 1998/10/21 14:21:01 mike Exp $" // // Colormap color selection dialog for the Fast Light Tool Kit (FLTK). // @@ -147,5 +147,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol) { } // -// End of "$Id: fl_show_colormap.cxx,v 1.3 1998/10/19 20:46:48 mike Exp $". +// End of "$Id: fl_show_colormap.cxx,v 1.4 1998/10/21 14:21:01 mike Exp $". // diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index fa623265d..07ac5d078 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_symbols.cxx,v 1.3 1998/10/21 14:21:02 mike Exp $" // // Symbol drawing code for the Fast Light Tool Kit (FLTK). // @@ -387,5 +387,5 @@ void Fl::enable_symbols() { } // -// End of "$Id: fl_symbols.cxx,v 1.2 1998/10/19 20:46:49 mike Exp $". +// End of "$Id: fl_symbols.cxx,v 1.3 1998/10/21 14:21:02 mike Exp $". // diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index 188e60be3..b2f11cfd7 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: fl_vertex.cxx,v 1.3 1998/10/21 14:21:03 mike Exp $" // // Portable drawing routines for the Fast Light Tool Kit (FLTK). // @@ -223,5 +223,5 @@ void fl_circle(double x, double y,double r) { } // -// End of "$Id: fl_vertex.cxx,v 1.2 1998/10/19 20:46:50 mike Exp $". +// End of "$Id: fl_vertex.cxx,v 1.3 1998/10/21 14:21:03 mike Exp $". // diff --git a/src/forms_bitmap.cxx b/src/forms_bitmap.cxx index e456636e8..05d0bd272 100644 --- a/src/forms_bitmap.cxx +++ b/src/forms_bitmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_bitmap.cxx,v 1.3 1998/10/21 14:21:04 mike Exp $" // // Forms compatible bitmap function for the Fast Light Tool Kit (FLTK). // @@ -46,5 +46,5 @@ void Fl_FormsBitmap::draw() { } // -// End of "$Id: forms_bitmap.cxx,v 1.2 1998/10/19 20:46:50 mike Exp $". +// End of "$Id: forms_bitmap.cxx,v 1.3 1998/10/21 14:21:04 mike Exp $". // diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 45307c74a..6debc0147 100755 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_compatability.cxx,v 1.3 1998/10/21 14:21:05 mike Exp $" // // Forms compatibility functions for the Fast Light Tool Kit (FLTK). // @@ -176,5 +176,5 @@ Fl_Button *fl_add_button(uchar t,int x,int y,int w,int h,const char *l) { } // -// End of "$Id: forms_compatability.cxx,v 1.2 1998/10/19 20:46:51 mike Exp $". +// End of "$Id: forms_compatability.cxx,v 1.3 1998/10/21 14:21:05 mike Exp $". // diff --git a/src/forms_free.cxx b/src/forms_free.cxx index 1c59ef878..df0ea2dea 100644 --- a/src/forms_free.cxx +++ b/src/forms_free.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_free.cxx,v 1.3 1998/10/21 14:21:05 mike Exp $" // // Forms free widget routines for the Fast Light Tool Kit (FLTK). // @@ -73,5 +73,5 @@ int Fl_Free::handle(int e) { } // -// End of "$Id: forms_free.cxx,v 1.2 1998/10/19 20:46:52 mike Exp $". +// End of "$Id: forms_free.cxx,v 1.3 1998/10/21 14:21:05 mike Exp $". // diff --git a/src/forms_fselect.cxx b/src/forms_fselect.cxx index 38a07ae0d..c3b4da9b3 100644 --- a/src/forms_fselect.cxx +++ b/src/forms_fselect.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_fselect.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $" // // Forms file selection routines for the Fast Light Tool Kit (FLTK). // @@ -61,5 +61,5 @@ char* fl_get_pattern() {return (char *)fl_pattern;} char* fl_get_filename() {return fl_filename;} // -// End of "$Id: forms_fselect.cxx,v 1.2 1998/10/19 20:46:53 mike Exp $". +// End of "$Id: forms_fselect.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $". // diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx index f732012b4..7fecfc487 100644 --- a/src/forms_pixmap.cxx +++ b/src/forms_pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_pixmap.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $" // // Forms pixmap drawing routines for the Fast Light Tool Kit (FLTK). // @@ -46,5 +46,5 @@ void Fl_FormsPixmap::draw() { } // -// End of "$Id: forms_pixmap.cxx,v 1.2 1998/10/19 20:46:53 mike Exp $". +// End of "$Id: forms_pixmap.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $". // diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx index 8606c09a5..907bbbfd8 100644 --- a/src/forms_timer.cxx +++ b/src/forms_timer.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: forms_timer.cxx,v 1.3 1998/10/21 14:21:07 mike Exp $" // // Forms timer object for the Fast Light Tool Kit (FLTK). // @@ -150,5 +150,5 @@ void Fl_Timer::suspended(char d) { } // -// End of "$Id: forms_timer.cxx,v 1.2 1998/10/19 20:46:54 mike Exp $". +// End of "$Id: forms_timer.cxx,v 1.3 1998/10/21 14:21:07 mike Exp $". // diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index f476c8753..086c22006 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: gl_draw.cxx,v 1.3 1998/10/21 14:21:08 mike Exp $" // // OpenGL drawing support routines for the Fast Light Tool Kit (FLTK). // @@ -143,5 +143,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) { #endif // -// End of "$Id: gl_draw.cxx,v 1.2 1998/10/19 20:46:55 mike Exp $". +// End of "$Id: gl_draw.cxx,v 1.3 1998/10/21 14:21:08 mike Exp $". // diff --git a/src/gl_start.cxx b/src/gl_start.cxx index edbe9986e..de9249229 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: gl_start.cxx,v 1.5 1998/10/21 14:21:08 mike Exp $" // // OpenGL context routines for the Fast Light Tool Kit (FLTK). // @@ -121,5 +121,5 @@ int Fl::gl_visual(int mode, int *alist) { #endif // -// End of "$Id: gl_start.cxx,v 1.4 1998/10/19 20:46:55 mike Exp $". +// End of "$Id: gl_start.cxx,v 1.5 1998/10/21 14:21:08 mike Exp $". // diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index 0b4296c90..e71c10821 100755 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: glut_compatability.cxx,v 1.3 1998/10/21 14:21:09 mike Exp $" // // GLUT emulation routines for the Fast Light Tool Kit (FLTK). // @@ -399,5 +399,5 @@ int glutLayerGet(GLenum type) { #endif // -// End of "$Id: glut_compatability.cxx,v 1.2 1998/10/19 20:46:56 mike Exp $". +// End of "$Id: glut_compatability.cxx,v 1.3 1998/10/21 14:21:09 mike Exp $". // diff --git a/src/glut_font.cxx b/src/glut_font.cxx index c0b8ca985..4e941836b 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: glut_font.cxx,v 1.3 1998/10/21 14:21:10 mike Exp $" // // GLUT bitmap font routines for the Fast Light Tool Kit (FLTK). // @@ -54,5 +54,5 @@ int glutBitmapWidth(int font, int character) { #endif // -// End of "$Id: glut_font.cxx,v 1.2 1998/10/19 20:46:57 mike Exp $". +// End of "$Id: glut_font.cxx,v 1.3 1998/10/21 14:21:10 mike Exp $". // diff --git a/src/numericsort.c b/src/numericsort.c index a0522fbb5..c854e79e1 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -1,5 +1,5 @@ /* - * "$Id" + * "$Id: numericsort.c,v 1.6 1998/10/21 14:21:10 mike Exp $" * * Numeric sorting routine for the Fast Light Tool Kit (FLTK). * @@ -81,5 +81,5 @@ int numericsort(struct dirent **A, struct dirent **B) { } /* - * End of "$Id: numericsort.c,v 1.5 1998/10/20 23:58:31 mike Exp $". + * End of "$Id: numericsort.c,v 1.6 1998/10/21 14:21:10 mike Exp $". */ diff --git a/src/scandir_win32.c b/src/scandir_win32.c index 1df441aea..343ea9bff 100644 --- a/src/scandir_win32.c +++ b/src/scandir_win32.c @@ -1,5 +1,5 @@ // -// "$Id" +// "$Id: scandir_win32.c,v 1.6 1998/10/21 14:21:11 mike Exp $" // // WIN32 scandir function for the Fast Light Tool Kit (FLTK). // @@ -105,5 +105,5 @@ int alphasort (struct dirent **a, struct dirent **b) { } // -// End of "$Id: scandir_win32.c,v 1.5 1998/10/20 23:58:32 mike Exp $". +// End of "$Id: scandir_win32.c,v 1.6 1998/10/21 14:21:11 mike Exp $". // |
