mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
...
This commit is contained in:
@@ -3076,7 +3076,7 @@ GLFWAPI void glfwCocoaSetWindowChrome(GLFWwindow *w, unsigned int color, bool us
|
|||||||
}
|
}
|
||||||
[window->ns.object setBackgroundColor:background];
|
[window->ns.object setBackgroundColor:background];
|
||||||
[window->ns.object setAppearance:appearance];
|
[window->ns.object setAppearance:appearance];
|
||||||
_glfwPlatformSetWindowBlur(w, background_blur);
|
_glfwPlatformSetWindowBlur(window, background_blur);
|
||||||
bool has_shadow = false;
|
bool has_shadow = false;
|
||||||
const char *decorations_desc = "full";
|
const char *decorations_desc = "full";
|
||||||
window->ns.titlebar_hidden = false;
|
window->ns.titlebar_hidden = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user