summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-07 13:36:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-07 13:36:26 +0000
commiteb9fdfb01f1a636a916df2dc5aab23d5903d3c08 (patch)
treedf4f608403cca1e3fc68750a4662361eeaafd906 /src/Fl_x.cxx
parentddc55fd591e8a7ea68b78c8ae961bebaacb0fc0b (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_x.cxx')
-rw-r--r--src/Fl_x.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 5ba38e171..15cddbe96 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_x.cxx,v 1.10 1998/12/07 13:34:27 mike Exp $"
+// "$Id: Fl_x.cxx,v 1.11 1998/12/07 13:36:23 mike Exp $"
//
// X specific code for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
//
#ifdef WIN32
-#include "Fl_win32.C"
+#include "Fl_win32.cxx"
#else
#define CONSOLIDATE_MOTION 1
@@ -858,5 +858,5 @@ void Fl_Window::flush() {
#endif
//
-// End of "$Id: Fl_x.cxx,v 1.10 1998/12/07 13:34:27 mike Exp $".
+// End of "$Id: Fl_x.cxx,v 1.11 1998/12/07 13:36:23 mike Exp $".
//