diff options
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 8 | ||||
| -rw-r--r-- | fluid/Fluid_Image.cxx | 8 | ||||
| -rw-r--r-- | fluid/about_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/code.cxx | 6 | ||||
| -rw-r--r-- | fluid/factory.cxx | 6 | ||||
| -rw-r--r-- | fluid/file.cxx | 6 | ||||
| -rw-r--r-- | fluid/fluid.cxx | 8 | ||||
| -rw-r--r-- | fluid/function_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/keyboard_ui.cxx | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.cxx | 2 |
16 files changed, 41 insertions, 41 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 9edd4a9dd..5a474bb0f 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Function_Type.cxx,v 1.6 1998/11/25 13:18:46 mike Exp $" +// "$Id: Fl_Function_Type.cxx,v 1.7 1998/12/06 15:09:13 mike Exp $" // // C function type code for the Fast Light Tool Kit (FLTK). // @@ -24,7 +24,7 @@ // #include <FL/Fl.H> -#include "Fl_Type.H" +#include "Fl_Type.h" #include <FL/fl_show_input.H> #include <string.h> #include <stdio.h> @@ -685,5 +685,5 @@ void Fl_Class_Type::write_code2() { } // -// End of "$Id: Fl_Function_Type.cxx,v 1.6 1998/11/25 13:18:46 mike Exp $". +// End of "$Id: Fl_Function_Type.cxx,v 1.7 1998/12/06 15:09:13 mike Exp $". // diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index bca65eabc..f003cdf5b 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Group_Type.cxx,v 1.2 1998/10/21 16:28:52 mike Exp $" +// "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $" // // Fl_Group object code for the Fast Light Tool Kit (FLTK). // @@ -31,7 +31,7 @@ #include <FL/Fl.H> #include <FL/Fl_Group.H> #include <FL/fl_message.H> -#include "Fl_Widget_Type.H" +#include "Fl_Widget_Type.h" class igroup : public Fl_Group { public: @@ -267,5 +267,5 @@ public: Fl_Tile_Type Fl_Tile_type; // the "factory" // -// End of "$Id: Fl_Group_Type.cxx,v 1.2 1998/10/21 16:28:52 mike Exp $". +// End of "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $". // diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index 0a9b4aee9..7fe0be62c 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Type.cxx,v 1.4 1998/11/23 22:14:06 mike Exp $" +// "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $" // // Menu item code for the Fast Light Tool Kit (FLTK). // @@ -30,7 +30,7 @@ // #include <FL/Fl.H> -#include "Fl_Widget_Type.H" +#include "Fl_Widget_Type.h" #include <FL/fl_message.H> #include <FL/Fl_Menu_.H> #include <FL/Fl_Button.H> @@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) { } // -// End of "$Id: Fl_Menu_Type.cxx,v 1.4 1998/11/23 22:14:06 mike Exp $". +// End of "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $". // diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index de10fe5bf..5b5904abb 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.cxx,v 1.3 1998/10/21 16:28:54 mike Exp $" +// "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -43,7 +43,7 @@ #include <string.h> #include <stdio.h> -#include "Fl_Type.H" +#include "Fl_Type.h" //////////////////////////////////////////////////////////////// @@ -640,5 +640,5 @@ void Fl_Type::read_property(const char *c) { int Fl_Type::read_fdesign(const char*, const char*) {return 0;} // -// End of "$Id: Fl_Type.cxx,v 1.3 1998/10/21 16:28:54 mike Exp $". +// End of "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $". // diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 3f3aeac6b..1c971f1b3 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.cxx,v 1.10 1998/12/02 15:47:28 mike Exp $" +// "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -25,7 +25,7 @@ #include <FL/Fl.H> #include <FL/Fl_Group.H> -#include "Fl_Widget_Type.H" +#include "Fl_Widget_Type.h" #include <FL/fl_message.H> #include <FL/Fl_Slider.H> #include <FL/Fl_Window.H> @@ -1701,5 +1701,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Widget_Type.cxx,v 1.10 1998/12/02 15:47:28 mike Exp $". +// End of "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $". // diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 4859e42ee..89be0f1e6 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_Type.cxx,v 1.9 1998/12/02 15:59:47 mike Exp $" +// "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $" // // Window type code for the Fast Light Tool Kit (FLTK). // @@ -32,10 +32,10 @@ #include <FL/fl_message.H> #include <FL/fl_draw.H> #include <FL/Fl_Menu_Item.H> -#include "Fl_Widget_Type.H" +#include "Fl_Widget_Type.h" #include <math.h> #include <stdlib.h> -#include "alignment_panel.H" +#include "alignment_panel.h" #include <stdio.h> int gridx = 5; @@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Window_Type.cxx,v 1.9 1998/12/02 15:59:47 mike Exp $". +// End of "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $". // diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index 37421a572..297339681 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fluid_Image.cxx,v 1.4 1998/12/02 15:58:10 mike Exp $" +// "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $" // // Pixmap label support for the Fast Light Tool Kit (FLTK). // @@ -25,8 +25,8 @@ #include <FL/Fl.H> #include <FL/Fl_Widget.H> -#include "Fl_Type.H" -#include "Fluid_Image.H" +#include "Fl_Type.h" +#include "Fluid_Image.h" #include <string.h> #include <stdio.h> #include <errno.h> @@ -406,5 +406,5 @@ Fluid_Image *ui_find_image(const char *oldname) { } // -// End of "$Id: Fluid_Image.cxx,v 1.4 1998/12/02 15:58:10 mike Exp $". +// End of "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $". // diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 608bf431a..331a72897 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -1,6 +1,6 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 -#include "about_panel.H" +#include "about_panel.h" Fl_Window *about_panel; diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index d01b012f4..59c4bfbdd 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -1,6 +1,6 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 -#include "alignment_panel.H" +#include "alignment_panel.h" Fl_Window *alignment_window; diff --git a/fluid/code.cxx b/fluid/code.cxx index b00448049..3a19b3fa1 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -1,5 +1,5 @@ // -// "$Id: code.cxx,v 1.5 1998/11/25 15:54:43 mike Exp $" +// "$Id: code.cxx,v 1.6 1998/12/06 15:09:19 mike Exp $" // // Code output routines for the Fast Light Tool Kit (FLTK). // @@ -31,7 +31,7 @@ #include <FL/Fl.H> #include "Fl_Type.H" -#include "alignment_panel.H" +#include "alignment_panel.h" static FILE *code_file; static FILE *header_file; @@ -290,5 +290,5 @@ void Fl_Type::write_code1() { void Fl_Type::write_code2() {} // -// End of "$Id: code.cxx,v 1.5 1998/11/25 15:54:43 mike Exp $". +// End of "$Id: code.cxx,v 1.6 1998/12/06 15:09:19 mike Exp $". // diff --git a/fluid/factory.cxx b/fluid/factory.cxx index fa1d73a96..eb72870a1 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -1,5 +1,5 @@ // -// "$Id: factory.cxx,v 1.2 1998/10/21 16:28:59 mike Exp $" +// "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $" // // Widget factory code for the Fast Light Tool Kit (FLTK). // @@ -41,7 +41,7 @@ #define strcasecmp stricmp #endif -#include "Fl_Widget_Type.H" +#include "Fl_Widget_Type.h" //////////////////////////////////////////////////////////////// @@ -673,5 +673,5 @@ int lookup_symbol(const char *name, int &v, int numberok) { } // -// End of "$Id: factory.cxx,v 1.2 1998/10/21 16:28:59 mike Exp $". +// End of "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $". // diff --git a/fluid/file.cxx b/fluid/file.cxx index d0b8bb680..37e843f4d 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -1,5 +1,5 @@ // -// "$Id: file.cxx,v 1.3 1998/10/21 16:29:00 mike Exp $" +// "$Id: file.cxx,v 1.4 1998/12/06 15:09:20 mike Exp $" // // Fluid file routines for the Fast Light Tool Kit (FLTK). // @@ -33,7 +33,7 @@ #include <stdlib.h> #include <string.h> #include <stdarg.h> -#include "alignment_panel.H" +#include "alignment_panel.h" //////////////////////////////////////////////////////////////// // BASIC FILE WRITING: @@ -587,5 +587,5 @@ void read_fdesign() { } // -// End of "$Id: file.cxx,v 1.3 1998/10/21 16:29:00 mike Exp $". +// End of "$Id: file.cxx,v 1.4 1998/12/06 15:09:20 mike Exp $". // diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index beed2a503..3bb3af8fc 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.7 1998/12/06 14:59:13 mike Exp $" +// "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -68,9 +68,9 @@ const char *copyright = # include <unistd.h> #endif -#include "about_panel.H" +#include "about_panel.h" -#include "Fl_Type.H" +#include "Fl_Type.h" //////////////////////////////////////////////////////////////// @@ -407,5 +407,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.7 1998/12/06 14:59:13 mike Exp $". +// End of "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $". // diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 7dd4250fa..e4b2db024 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -1,6 +1,6 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 -#include "function_panel.H" +#include "function_panel.h" Fl_Window *function_panel; diff --git a/fluid/keyboard_ui.cxx b/fluid/keyboard_ui.cxx index 7c7b65ae6..fa5bc3b44 100644 --- a/fluid/keyboard_ui.cxx +++ b/fluid/keyboard_ui.cxx @@ -1,5 +1,5 @@ // generated by Fast Light User Interface Designer (fluid) version 0.99 -#include "keyboard_ui.H" +#include "keyboard_ui.h" Fl_Window *make_window() { Fl_Window *w; diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 8d6594488..e685b21e6 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -1,6 +1,6 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 -#include "widget_panel.H" +#include "widget_panel.h" Fl_Input *v_input[4]; |
