mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Merge 21f76d510f into 92dcf4ce74
This commit is contained in:
commit
1a3f44bf56
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||
if (wndconfig->resizable)
|
||||
{
|
||||
const NSWindowCollectionBehavior behavior =
|
||||
NSWindowCollectionBehaviorFullScreenPrimary |
|
||||
NSWindowCollectionBehaviorFullScreenAuxiliary |
|
||||
NSWindowCollectionBehaviorManaged;
|
||||
[window->ns.object setCollectionBehavior:behavior];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue