This commit is contained in:
Fabio Arnold 2025-09-09 18:47:38 +02:00 committed by GitHub
commit 40bb58d105
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];
}