Make the window auxiliary because entering OSX fullscreen is not supported by GLFW

This commit is contained in:
Elviss Strazdins 2015-11-11 04:12:51 +02:00
parent 994d8ae54d
commit 0ad5b14009

View File

@ -844,7 +844,7 @@ static GLFWbool createWindow(_GLFWwindow* window,
} }
if (wndconfig->resizable) if (wndconfig->resizable)
[window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary]; [window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary];
if (wndconfig->monitor) if (wndconfig->monitor)
{ {