From e8e33462496ca361fd54839f8c3246aadf56baf6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 7 Jun 2002 16:56:15 +0000 Subject: [PATCH] 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 --- src/Fl_get_key_mac.cxx | 6 +++--- src/fl_color_mac.cxx | 6 +++--- src/fl_dnd_mac.cxx | 6 +++--- 3 files changed, 9 insertions(+), 9 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 -#include +#include // 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 $". // diff --git a/src/fl_color_mac.cxx b/src/fl_color_mac.cxx index c40bc9c4b..2f4296468 100644 --- a/src/fl_color_mac.cxx +++ b/src/fl_color_mac.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_color_mac.cxx,v 1.1.2.3 2002/05/16 02:16:17 easysw Exp $" +// "$Id: fl_color_mac.cxx,v 1.1.2.4 2002/06/07 16:56:15 easysw Exp $" // // MacOS color functions for the Fast Light Tool Kit (FLTK). // @@ -32,7 +32,7 @@ #include #include -#include +#include #include static unsigned fl_cmap[256] = { @@ -86,5 +86,5 @@ void Fl::set_color(Fl_Color i, unsigned c) { } // -// End of "$Id: fl_color_mac.cxx,v 1.1.2.3 2002/05/16 02:16:17 easysw Exp $". +// End of "$Id: fl_color_mac.cxx,v 1.1.2.4 2002/06/07 16:56:15 easysw Exp $". // diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx index c5ea4c1a0..e017970e2 100644 --- a/src/fl_dnd_mac.cxx +++ b/src/fl_dnd_mac.cxx @@ -1,5 +1,5 @@ // -// +// "$Id: fl_dnd_mac.cxx,v 1.1.2.3 2002/06/07 16:56:15 easysw Exp $" // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // @@ -28,7 +28,7 @@ #include #include -#include +#include #include extern EventRef fl_os_event; @@ -81,5 +81,5 @@ int Fl::dnd() // -// +// End of "$Id: fl_dnd_mac.cxx,v 1.1.2.3 2002/06/07 16:56:15 easysw Exp $". //