mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
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 @@ _glfwPlatformSetLayerShellConfig(_GLFWwindow* window, const GLFWLayerShellConfig
|
|||
[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…
Add table
Add a link
Reference in a new issue