This commit is contained in:
Fabio Arnold 2026-08-06 00:27:46 +03:00 • committed by GitHub
commit 1a3f44bf56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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