summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-04-06 16:35:05 +0000
committerGreg Ercolano <erco@seriss.com>2013-04-06 16:35:05 +0000
commitc3a84e475f6f7d4474e0f67353e1d6b71ea2c44e (patch)
tree59270caf6a22a7899883cbc6b9e93033606b0c7e /src
parenta1672828b559c96053e85f0d295c821518e51eb4 (diff)
Small comment mods regarding Fl_mac.cxx -> Fl_cocoa.mm
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9864 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx2
-rw-r--r--src/Fl_x.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 8bfc6b697..560a26028 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -220,7 +220,7 @@ int Fl::event_inside(const Fl_Widget *o) /*const*/ {
#elif defined(__APPLE__)
-// implementation in Fl_mac.cxx
+// implementation in Fl_cocoa.mm (was Fl_mac.cxx)
#else
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 17a65fb3c..d0067a200 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -19,7 +19,7 @@
#ifdef WIN32
//# include "Fl_win32.cxx"
#elif defined(__APPLE__)
-//# include "Fl_mac.cxx"
+//# include "Fl_mac.cxx" // now Fl_cocoa.mm
#elif !defined(FL_DOXYGEN)
# define CONSOLIDATE_MOTION 1