From 0ad5b1400967b2a912b6a369477915c433b36742 Mon Sep 17 00:00:00 2001 From: Elviss Strazdins Date: Wed, 11 Nov 2015 04:12:51 +0200 Subject: [PATCH] Make the window auxiliary because entering OSX fullscreen is not supported by GLFW --- src/cocoa_window.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 15bc48e58..746448277 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -844,7 +844,7 @@ static GLFWbool createWindow(_GLFWwindow* window, } if (wndconfig->resizable) - [window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary]; + [window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary]; if (wndconfig->monitor) {