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
This commit is contained in:
Greg Ercolano 2013-04-06 16:35:05 +00:00
parent a1672828b5
commit c3a84e475f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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