Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowCocoa.mm
| Context not available. | |||||
| [parentWindow->getCocoaWindow() addChildWindow:m_window ordered:NSWindowAbove]; | [parentWindow->getCocoaWindow() addChildWindow:m_window ordered:NSWindowAbove]; | ||||
| [m_window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary]; | [m_window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary]; | ||||
| } | } | ||||
| else if (state != GHOST_kWindowStateFullScreen) { | else { | ||||
| [m_window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary]; | [m_window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary]; | ||||
| } | } | ||||
| Context not available. | |||||