This commit is contained in:
Fabio Arnold 2025-01-19 07:28:22 +00:00 committed by GitHub
commit d822d67387
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)
{
const NSWindowCollectionBehavior behavior =
NSWindowCollectionBehaviorFullScreenPrimary |
NSWindowCollectionBehaviorFullScreenAuxiliary |
NSWindowCollectionBehaviorManaged;
[window->ns.object setCollectionBehavior:behavior];
}