On Jan 6, 2012, at 3:03 AM, Vincent Habchi wrote: > Hi there, and happy new year to everybody! > > I had to battle to correctly display an NSOpenGLView whose context was set to > "draw under" (Glint swapInt = 1; [[self openGLContext] setValues:&swapInt > forParameter:NSOpenGLCPSwapInterval];). It seems that NSOpenGLView silently > overrides the -isOpaque method of NSView to return YES instead of NO; Is that > intended behavior (I can’t find any documentation about it)? >
Yes, NSOpenGLView has: - (BOOL)isOpaque { return YES; } corbin > Cheers! > Vincent > > _______________________________________________ > > 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/corbind%40apple.com > > This email sent to corb...@apple.com _______________________________________________ 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