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