Lion full screen mode support

CQTexperiment
Chris Moeller 2013-10-10 18:14:35 -07:00
parent 02ac3299ed
commit 442501c43f
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
{
[self setExcludedFromWindowsMenu:YES];
[self setContentBorderThickness:24.0 forEdge:NSMinYEdge];
[self setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
}
return self;

View File

@ -18,6 +18,7 @@
{
[self setShowsResizeIndicator:NO];
[self setExcludedFromWindowsMenu:YES];
[self setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary];
}
return self;