On Sep 27, 2010, at 7:07 PM, Richard Somers <rsomers.li...@infowest.com> wrote:
> In Mac OS X 10.6 there is a new constant defined. > > #define NSAppKitVersionNumberWithDeferredWindowDisplaySupport > > The documentation says "Developers should not need to use this constant > unless they are writing applications for Mac OS X v10.5 and earlier." > > Now consider the designated initializer for NSWindow > 'initWithContentRect:styleMask:backing:defer:'. > > Does this mean the defer parameter in the initializer has no effect on 10.6 > and later systems? What is the connection, if any, between the defined > constant and the defer parameter in the initializer? > I don't think it has anything to do with the defer: parameter, which has been around since OPENSTEP. Rather, it is apparently related to an undocumented hook used by WebKit. --Kyle Sluder_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com