diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 2bff22a6..4cb8fffd 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -851,7 +851,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window, if (wndconfig->resizable) { const NSWindowCollectionBehavior behavior = - NSWindowCollectionBehaviorFullScreenPrimary | + NSWindowCollectionBehaviorFullScreenAuxiliary | NSWindowCollectionBehaviorManaged; [window->ns.object setCollectionBehavior:behavior]; }