fix: fix border color change when swithc mon focus

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

View File

@@ -1060,7 +1060,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);