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_draw_image.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_draw_image.cxx')
| -rw-r--r-- | src/fl_draw_image.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index 4b02ff7ce..d6fde3f1e 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw_image.cxx,v 1.3 1998/10/21 14:20:48 mike Exp $" +// "$Id: fl_draw_image.cxx,v 1.4 1998/12/07 13:36:25 mike Exp $" // // Image drawing routines for the Fast Light Tool Kit (FLTK). // @@ -34,7 +34,7 @@ // defeat some of the shortcuts in translating the image for X. #ifdef WIN32 -#include "fl_draw_image_win32.C" +#include "fl_draw_image_win32.cxx" #else // A list of assumptions made about the X display: @@ -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.3 1998/10/21 14:20:48 mike Exp $". +// End of "$Id: fl_draw_image.cxx,v 1.4 1998/12/07 13:36:25 mike Exp $". // |
