mirror of
https://github.com/glfw/glfw.git
synced 2026-01-14 18:15:27 +00:00
Merge 21f76d510f into dbadda2683
This commit is contained in:
commit
48e1c7005e
@ -851,7 +851,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
||||
if (wndconfig->resizable)
|
||||
{
|
||||
const NSWindowCollectionBehavior behavior =
|
||||
NSWindowCollectionBehaviorFullScreenPrimary |
|
||||
NSWindowCollectionBehaviorFullScreenAuxiliary |
|
||||
NSWindowCollectionBehaviorManaged;
|
||||
[window->ns.object setCollectionBehavior:behavior];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user