From: Kevin W. <kw...@co...> - 2012-11-17 15:13:58
|
On 11/16/12 11:53 PM, John Gleeson wrote: > The functions > NSApplicationPresentationAutoHideDock > and > NSApplicationPresentationAutoHideMenuBar > used in > tk8.5.13/unix/../macosx/tkMacOSXWm.c:6332 > were introduced in OS X 10.6. I saw the recent thread on the decision > to drop > Carbon. I realized it would affect 10.4, but I hoped that 10.5 would > still be supported. > > Has support for 10.5.8 been dropped? Hmmm. Those API's were added in a recent patch that fixed the fullscreen implementation. I didn't realize they were > 10.6. There's no formal policy to drop 10.5 support, and that's the minimum OS version to build Tk-Cocoa, but as Apple is speeding up its OS releases (and dropping support for older ones), it's harder to keep up. I don't think untangling those specific API's is a valid option at this point because the fullscreen support was so broken under Cocoa. My best advice is if you want to use Cocoa on 10.5, stick with an older ActiveState release. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com |