summaryrefslogtreecommitdiff
path: root/src/Fl_get_key_mac.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-07 16:56:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-07 16:56:15 +0000
commite8e33462496ca361fd54839f8c3246aadf56baf6 (patch)
treeecf753c469700e5f4bdca5e3014e7e0d20d9e560 /src/Fl_get_key_mac.cxx
parentf50c05672699fbc034cc1869b4707ed16d238561 (diff)
MacOS fixes (include x.H instead of mac.H...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_key_mac.cxx')
-rw-r--r--src/Fl_get_key_mac.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_get_key_mac.cxx b/src/Fl_get_key_mac.cxx
index 3c59816cb..7a1708ffd 100644
--- a/src/Fl_get_key_mac.cxx
+++ b/src/Fl_get_key_mac.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_get_key_mac.cxx,v 1.1.2.4 2002/01/03 08:08:21 matthiaswm Exp $"
+// "$Id: Fl_get_key_mac.cxx,v 1.1.2.5 2002/06/07 16:56:15 easysw Exp $"
//
// MacOS keyboard state routines for the Fast Light Tool Kit (FLTK).
//
@@ -28,7 +28,7 @@
// symbols.
#include <FL/Fl.H>
-#include <FL/mac.H>
+#include <FL/x.H>
// convert an FLTK (X) keysym to a MacOS symbol:
// See also the inverse converter in Fl_mac.cxx
@@ -99,5 +99,5 @@ int Fl::get_key(int k) {
}
//
-// End of "$Id: Fl_get_key_mac.cxx,v 1.1.2.4 2002/01/03 08:08:21 matthiaswm Exp $".
+// End of "$Id: Fl_get_key_mac.cxx,v 1.1.2.5 2002/06/07 16:56:15 easysw Exp $".
//