DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2221
Version: 1.3-feature
Fix Version: 1.3.0 (r6951)


Matt: could you please enter the patch I have uploaded as
flfontmac-flcocoa.patch that concerns files fl_font_mac.cxx
and Fl_cocoa.mm

The issue with fl_font_mac.cxx is to allow executables built
on recent OS X versions to run on older versions. 
I have found that the standard test that was used till now:
if(CTFontCreateWithName != NULL) 
does not work because CTFontCreateWithName is known in OS X 10.4.11
even though the doc says it appears in 10.5. So I have replaced
this test by a direct test of the running OS version.

About file Fl_cocoa.mm, after further tests, I conclude that
function performKeyEquivalent of class FLView is indeed necessary.
So the patch removes the commenting out of this function.

Thanks.


Link: http://www.fltk.org/str.php?L2221
Version: 1.3-feature
Fix Version: 1.3.0 (r6951)

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to