Re: Extremely low fps during transparent NSWindow resize
Re: Extremely low fps during transparent NSWindow resize
- Subject: Re: Extremely low fps during transparent NSWindow resize
- From: Andrea3000 <email@hidden>
- Date: Sun, 04 Nov 2012 14:58:46 +0100
> Andrea,
>
>> if (self = [super initWithContentRect: contentRect
>> styleMask: NSBorderlessWindowMask
>> backing: bufferingType
>> defer: flag])
>
> Sei sicuro bufferingType รจ uguale a NSBackingStoreBuffered? / Are you sure you set bufferingType to NSBackingStoreBuffered?
Yes, in IB the window's backing store is set to buffered therefore when I subclass NSWindow it will recieve NSBackingStoreBuffered as NSBackingStoreType in -initWithContentRect:
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden