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?
--Richard Somers _______________________________________________ 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