fix: fix border color change when swithc mon focus
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user