This commit is contained in:
Fabio Arnold 2025-08-18 12:00:55 +00:00 committed by GitHub
commit 6cdadbedb5
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];
}