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:
parent
a1672828b5
commit
c3a84e475f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user