mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00: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
Reference in a new issue