Author: greg.ercolano Date: 2013-04-06 09:35:05 -0700 (Sat, 06 Apr 2013) New Revision: 9864 Log: Small comment mods regarding Fl_mac.cxx -> Fl_cocoa.mm
Modified: branches/branch-1.3/src/Fl.cxx branches/branch-1.3/src/Fl_x.cxx Modified: branches/branch-1.3/src/Fl.cxx =================================================================== --- branches/branch-1.3/src/Fl.cxx 2013-04-06 16:31:35 UTC (rev 9863) +++ branches/branch-1.3/src/Fl.cxx 2013-04-06 16:35:05 UTC (rev 9864) @@ -220,7 +220,7 @@ #elif defined(__APPLE__) -// implementation in Fl_mac.cxx +// implementation in Fl_cocoa.mm (was Fl_mac.cxx) #else Modified: branches/branch-1.3/src/Fl_x.cxx =================================================================== --- branches/branch-1.3/src/Fl_x.cxx 2013-04-06 16:31:35 UTC (rev 9863) +++ branches/branch-1.3/src/Fl_x.cxx 2013-04-06 16:35:05 UTC (rev 9864) @@ -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 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
