diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:57:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-06 15:57:05 +0000 |
| commit | e449a77e75546b6b1a9ed42a079ab0961b7a3142 (patch) | |
| tree | 4fef7fbd6b6c832e99e4c5384997c4d67bbf762a | |
| parent | 5a632f4926f7ec770a38105db4623aaac05b4689 (diff) | |
More filename changes...
git-svn-id: file:///fltk/svn/fltk/trunk@137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/browser.cxx | 6 | ||||
| -rw-r--r-- | test/fl_jpeg_image.cxx | 6 | ||||
| -rw-r--r-- | test/image.cxx | 6 | ||||
| -rw-r--r-- | test/jpeg_image.cxx | 6 | ||||
| -rw-r--r-- | test/keyboard.cxx | 6 | ||||
| -rw-r--r-- | test/mandelbrot.cxx | 6 | ||||
| -rw-r--r-- | test/shiny.cxx | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/test/browser.cxx b/test/browser.cxx index 32da1b44b..d4171e178 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -1,5 +1,5 @@ // -// "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $" +// "$Id: browser.cxx,v 1.4 1998/12/06 15:57:01 mike Exp $" // // Browser test program for the Fast Light Tool Kit (FLTK). // @@ -75,7 +75,7 @@ void b_cb(Fl_Widget* o, void*) { int main(int argc, char **argv) { int i; if (!Fl::args(argc,argv,i)) Fl::fatal(Fl::help); - const char* fname = (i < argc) ? argv[i] : "browser.C"; + const char* fname = (i < argc) ? argv[i] : "browser.cxx"; Fl_Window window(400,400,fname); window.box(FL_NO_BOX); // because it is filled with browser Fl_Select_Browser browser(0,0,400,400,0); @@ -94,6 +94,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $". +// End of "$Id: browser.cxx,v 1.4 1998/12/06 15:57:01 mike Exp $". // diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx index 0fac1fd35..77a69d879 100644 --- a/test/fl_jpeg_image.cxx +++ b/test/fl_jpeg_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $" +// "$Id: fl_jpeg_image.cxx,v 1.4 1998/12/06 15:57:02 mike Exp $" // // fl_draw_image test program for the Fast Light Tool Kit (FLTK). // @@ -73,7 +73,7 @@ void image_window::draw() { //////////////////////////////////////////////////////////////// #include <FL/x.H> -#include "list_visuals.C" +#include "list_visuals.cxx" //////////////////////////////////////////////////////////////// @@ -197,5 +197,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $". +// End of "$Id: fl_jpeg_image.cxx,v 1.4 1998/12/06 15:57:02 mike Exp $". // diff --git a/test/image.cxx b/test/image.cxx index 1be01cd31..6ff647928 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -1,5 +1,5 @@ // -// "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $" +// "$Id: image.cxx,v 1.5 1998/12/06 15:57:03 mike Exp $" // // Fl_Image test program for the Fast Light Tool Kit (FLTK). // @@ -71,7 +71,7 @@ void button_cb(Fl_Widget *,void *) { #include <FL/x.H> #ifndef WIN32 -#include "list_visuals.C" +#include "list_visuals.cxx" #endif int visid = -1; @@ -133,5 +133,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $". +// End of "$Id: image.cxx,v 1.5 1998/12/06 15:57:03 mike Exp $". // diff --git a/test/jpeg_image.cxx b/test/jpeg_image.cxx index 8bf1f2f2a..727907108 100644 --- a/test/jpeg_image.cxx +++ b/test/jpeg_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $" +// "$Id: jpeg_image.cxx,v 1.4 1998/12/06 15:57:03 mike Exp $" // // fl_draw_image test program for the Fast Light Tool Kit (FLTK). // @@ -73,7 +73,7 @@ void image_window::draw() { //////////////////////////////////////////////////////////////// #include <FL/x.H> -#include "list_visuals.C" +#include "list_visuals.cxx" //////////////////////////////////////////////////////////////// @@ -198,5 +198,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $". +// End of "$Id: jpeg_image.cxx,v 1.4 1998/12/06 15:57:03 mike Exp $". // diff --git a/test/keyboard.cxx b/test/keyboard.cxx index df7205751..8d0c80f91 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $" +// "$Id: keyboard.cxx,v 1.4 1998/12/06 15:57:04 mike Exp $" // // Keyboard/event test program for the Fast Light Tool Kit (FLTK). // @@ -37,7 +37,7 @@ // Please report all bugs and problems to "fltk-bugs@easysw.com". // -#include "keyboard_ui.C" +#include "keyboard_ui.cxx" #include <stdio.h> // these are used to identify which buttons are which: @@ -127,5 +127,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $". +// End of "$Id: keyboard.cxx,v 1.4 1998/12/06 15:57:04 mike Exp $". // diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index e320aa181..96f52400e 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,5 +1,5 @@ // -// "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $" +// "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // @@ -23,7 +23,7 @@ // Please report all bugs and problems to "fltk-bugs@easysw.com". // -#include "mandelbrot_ui.C" +#include "mandelbrot_ui.cxx" #include <FL/fl_draw.H> #include <stdio.h> #include <stdlib.h> @@ -197,5 +197,5 @@ void Drawing_Area::resize(int X,int Y,int W,int H) { } // -// End of "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $". +// End of "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $". // diff --git a/test/shiny.cxx b/test/shiny.cxx index 2366ebbd7..300a50127 100644 --- a/test/shiny.cxx +++ b/test/shiny.cxx @@ -1,5 +1,5 @@ // -// "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $" +// "$Id: shiny.cxx,v 1.4 1998/12/06 15:57:05 mike Exp $" // // OpenGL "shiny buttons" test program for the Fast Light Tool Kit (FLTK). // @@ -24,7 +24,7 @@ // #include <config.h> -#include "shiny_panel.C" +#include "shiny_panel.cxx" #include <FL/fl_message.H> #include <stdio.h> @@ -303,5 +303,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $". +// End of "$Id: shiny.cxx,v 1.4 1998/12/06 15:57:05 mike Exp $". // |
