Compare commits

...

2 Commits

Author SHA1 Message Date
Fabio Arnold
6cdadbedb5
Merge 21f76d510f into 0d2d85d19c 2025-08-18 12:00:55 +00:00
Fabio Arnold
21f76d510f MacOS replace green fullscreen button with zoom button 2018-02-22 17:22:13 +01:00

View File

@ -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];
} }