mirror of
https://github.com/glfw/glfw.git
synced 2025-09-18 05:40:56 +00:00
Compare commits
2 Commits
40bb58d105
...
6cdadbedb5
Author | SHA1 | Date | |
---|---|---|---|
|
6cdadbedb5 | ||
|
21f76d510f |
@ -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