summaryrefslogtreecommitdiff
path: root/src/Fl_get_key.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_get_key.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_get_key.cxx')
-rw-r--r--src/Fl_get_key.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx
index 90fff98c0..1935770bc 100644
--- a/src/Fl_get_key.cxx
+++ b/src/Fl_get_key.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_get_key.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $"
+// "$Id: Fl_get_key.cxx,v 1.4 1998/12/07 13:36:23 mike Exp $"
//
// Keyboard state routines for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
//
#ifdef WIN32
-#include "Fl_get_key_win32.C"
+#include "Fl_get_key_win32.cxx"
#else
// Return the current state of a key. This is the X version. I identify
@@ -60,5 +60,5 @@ int Fl::get_key(int k) {
#endif
//
-// End of "$Id: Fl_get_key.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $".
+// End of "$Id: Fl_get_key.cxx,v 1.4 1998/12/07 13:36:23 mike Exp $".
//