opt: make sure animaiton var init

This commit is contained in:
DreamMaoMao 2026-06-19 18:22:58 +08:00
parent a9831e0661
commit 02f90688e3

View file

@ -4434,6 +4434,11 @@ void init_client_properties(Client *c) {
sizeof(c->opacity_animation.current_border_color));
c->opacity_animation.initial_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