Cocoa: Implement window cascading

Related to #195.
This commit is contained in:
Camilla Löwy
2017-01-01 19:59:09 +01:00
parent 4661315192
commit ecda05af29
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1025,6 +1025,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
else
{
[window->ns.object center];
_glfw.ns.cascadePoint = [window->ns.object cascadeTopLeftFromPoint:_glfw.ns.cascadePoint];
if (wndconfig->resizable)
[window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];