From c3a84e475f6f7d4474e0f67353e1d6b71ea2c44e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 6 Apr 2013 16:35:05 +0000 Subject: 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 --- src/Fl.cxx | 2 +- src/Fl_x.cxx | 2 +- 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 -- cgit v1.2.3