mirror of
https://github.com/glfw/glfw.git
synced 2025-07-26 17:40:02 +00:00
Merge 21f76d510f
into 506c11ba43
This commit is contained in:
commit
4999571f35
@ -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