mirror of
https://github.com/glfw/glfw.git
synced 2025-08-31 19:11:49 +00:00
Merge 21f76d510f
into 0d2d85d19c
This commit is contained in:
commit
6cdadbedb5
@ -851,7 +851,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||||||
if (wndconfig->resizable)
|
if (wndconfig->resizable)
|
||||||
{
|
{
|
||||||
const NSWindowCollectionBehavior behavior =
|
const NSWindowCollectionBehavior behavior =
|
||||||
NSWindowCollectionBehaviorFullScreenPrimary |
|
NSWindowCollectionBehaviorFullScreenAuxiliary |
|
||||||
NSWindowCollectionBehaviorManaged;
|
NSWindowCollectionBehaviorManaged;
|
||||||
[window->ns.object setCollectionBehavior:behavior];
|
[window->ns.object setCollectionBehavior:behavior];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user