mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-04 01:40:27 -05:00
fix: fix border color change when swithc mon focus
This commit is contained in:
parent
16296898ce
commit
d85f4375c8
4 changed files with 13 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue