This commit is contained in:
Kovid Goyal 2024-03-22 13:52:17 +05:30
parent 1c9f9a74e8
commit 2f151e773c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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;