Remove useless animate parameter
This commit is contained in:
parent
57c1a6ffcc
commit
2c2ddbb8f5
1 changed files with 1 additions and 1 deletions
|
|
@ -2012,7 +2012,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
|||
[nswindow setAnimationBehavior:animation_behavior];
|
||||
[nswindow setLevel:level];
|
||||
[nswindow setCollectionBehavior: (NSWindowCollectionBehaviorCanJoinAllSpaces | NSWindowCollectionBehaviorStationary | NSWindowCollectionBehaviorIgnoresCycle)];
|
||||
[nswindow setFrame:NSMakeRect(x, y, width, height) display:YES animate:config.type != GLFW_LAYER_SHELL_BACKGROUND];
|
||||
[nswindow setFrame:NSMakeRect(x, y, width, height) display:YES];
|
||||
return true;
|
||||
#undef config
|
||||
#undef nswindow
|
||||
|
|
|
|||
Loading…
Reference in a new issue