fix: fix border color change when swithc mon focus

This commit is contained in:
DreamMaoMao
2025-11-14 12:15:34 +08:00
parent cfb66111de
commit bd6a71f05e
4 changed files with 13 additions and 5 deletions

View File

@@ -1084,7 +1084,7 @@ void client_set_focused_opacity_animation(Client *c) {
c->opacity_animation.running = true;
}
void cleint_set_unfocused_opacity_animation(Client *c) {
void client_set_unfocused_opacity_animation(Client *c) {
// Start border color animation to unfocused
float *border_color = get_border_color(c);