mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
移除无用代码
This commit is contained in:
parent
91dd5b1f1c
commit
493539053f
2 changed files with 1 additions and 9 deletions
8
main.c
8
main.c
|
|
@ -744,10 +744,6 @@ bool client_animation_next_tick(Client *c) {
|
|||
client_set_opacity(c, MIN(animation_passed + fadein_begin_opacity, 1.0));
|
||||
}
|
||||
|
||||
if (c->iskilling) {
|
||||
client_set_opacity(c, MAX(fadeout_begin_opacity - animation_passed, 0.1));
|
||||
}
|
||||
|
||||
c->is_open_animation = false;
|
||||
|
||||
if (animation_passed == 1.0) {
|
||||
|
|
@ -3758,9 +3754,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
|
|||
client_set_opacity(c, 1);
|
||||
}
|
||||
|
||||
if (c->iskilling) {
|
||||
c->animation.duration = animation_duration_close;
|
||||
} else if (c->animation.tagouting) {
|
||||
if (c->animation.tagouting) {
|
||||
c->animation.duration = animation_duration_tag;
|
||||
} else if (c->animation.tagining) {
|
||||
c->animation.duration = animation_duration_tag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue