This commit is contained in:
Fabio Arnold 2026-01-11 21:29:24 +01:00 committed by GitHub
commit 48e1c7005e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -851,7 +851,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
if (wndconfig->resizable) if (wndconfig->resizable)
{ {
const NSWindowCollectionBehavior behavior = const NSWindowCollectionBehavior behavior =
NSWindowCollectionBehaviorFullScreenPrimary | NSWindowCollectionBehaviorFullScreenAuxiliary |
NSWindowCollectionBehaviorManaged; NSWindowCollectionBehaviorManaged;
[window->ns.object setCollectionBehavior:behavior]; [window->ns.object setCollectionBehavior:behavior];
} }