mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
opt: make sure animaiton var init
This commit is contained in:
parent
a9831e0661
commit
02f90688e3
1 changed files with 5 additions and 0 deletions
|
|
@ -4434,6 +4434,11 @@ void init_client_properties(Client *c) {
|
||||||
sizeof(c->opacity_animation.current_border_color));
|
sizeof(c->opacity_animation.current_border_color));
|
||||||
c->opacity_animation.initial_opacity = c->unfocused_opacity;
|
c->opacity_animation.initial_opacity = c->unfocused_opacity;
|
||||||
c->opacity_animation.current_opacity = c->unfocused_opacity;
|
c->opacity_animation.current_opacity = c->unfocused_opacity;
|
||||||
|
c->animation.tagining = false;
|
||||||
|
c->animation.running = false;
|
||||||
|
c->animation.overining = false;
|
||||||
|
c->animation.tagouting = false;
|
||||||
|
c->animation.tagouted = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void // old fix to 0.5
|
void // old fix to 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue