Skip to content

Commit

Permalink
Fixed all the frigging file headings - was missing a $ in the Id string.
Browse files Browse the repository at this point in the history
Applied some damage bit fixes from Bill Spitzak.


git-svn-id: file:///fltk/svn/fltk/trunk@28 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Oct 21, 1998
1 parent d3dee71 commit 7657a2e
Show file tree
Hide file tree
Showing 282 changed files with 583 additions and 582 deletions.
17 changes: 9 additions & 8 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions FL/Fl.H
@@ -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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//
4 changes: 2 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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 $".
//

0 comments on commit 7657a2e

Please sign in to comment.