diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:36:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:36:26 +0000 |
| commit | eb9fdfb01f1a636a916df2dc5aab23d5903d3c08 (patch) | |
| tree | df4f608403cca1e3fc68750a4662361eeaafd906 /src/fl_color.cxx | |
| parent | ddc55fd591e8a7ea68b78c8ae961bebaacb0fc0b (diff) | |
Changed #include "*.C" to "*.cxx"...
git-svn-id: file:///fltk/svn/fltk/trunk@140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_color.cxx')
| -rw-r--r-- | src/fl_color.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 63f376a28..fb8e57fa8 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_color.cxx,v 1.3 1998/10/21 14:20:45 mike Exp $" +// "$Id: fl_color.cxx,v 1.4 1998/12/07 13:36:24 mike Exp $" // // Color functions for the Fast Light Tool Kit (FLTK). // @@ -26,7 +26,7 @@ // Implementation of fl_color(i), fl_color(r,g,b). #ifdef WIN32 -#include "fl_color_win32.C" +#include "fl_color_win32.cxx" #else // Also code to look at the X visual and figure out the best way to turn @@ -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.3 1998/10/21 14:20:45 mike Exp $". +// End of "$Id: fl_color.cxx,v 1.4 1998/12/07 13:36:24 mike Exp $". // |
