From eb9fdfb01f1a636a916df2dc5aab23d5903d3c08 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 7 Dec 1998 13:36:26 +0000 Subject: Changed #include "*.C" to "*.cxx"... git-svn-id: file:///fltk/svn/fltk/trunk@140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_draw_image.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fl_draw_image.cxx') 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 $". // -- cgit v1.2.3