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