mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
MacOS replace green fullscreen button with zoom button
This commit is contained in:
parent
f4cd470bcb
commit
21f76d510f
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,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