This commit is contained in:
Elviss Strazdiņš 2016-03-12 06:06:23 +00:00
commit e0f85f6de1

View File

@ -942,7 +942,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)
{ {