mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
...
This commit is contained in:
parent
1c9f9a74e8
commit
2f151e773c
1 changed files with 1 additions and 1 deletions
|
|
@ -3076,7 +3076,7 @@ GLFWAPI void glfwCocoaSetWindowChrome(GLFWwindow *w, unsigned int color, bool us
|
|||
}
|
||||
[window->ns.object setBackgroundColor:background];
|
||||
[window->ns.object setAppearance:appearance];
|
||||
_glfwPlatformSetWindowBlur(w, background_blur);
|
||||
_glfwPlatformSetWindowBlur(window, background_blur);
|
||||
bool has_shadow = false;
|
||||
const char *decorations_desc = "full";
|
||||
window->ns.titlebar_hidden = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue