Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeprojsrc test

2010-12-23 Thread Manolo Gouy
Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile client applications without including Mac OS system headers, ... Fine, changes look good, but there's one small thing I don't understand. Maybe some testing relic ? You change in src/Fl.cxx: Modified:

Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeprojsrc test

2010-12-23 Thread Albrecht Schlosser
On 23.12.2010 17:24, Manolo Gouy wrote: I had to stop declaring fl_xid inline under OS X because the class Fl_X is not part of the public API, whereas fl_xid() is. This explains why I added fl_xid() to Fl_cocoa.mm. okay, I see The Fl::first_window() function is the single instance in all of