打开动画方向小修复

This commit is contained in:
DreamMaoMao 2025-02-22 13:15:52 +08:00
parent 3e26bbbeb1
commit 91af20b796

View file

@ -3815,7 +3815,7 @@ int is_special_animaiton_rule(Client *c) {
Client *count_c; Client *count_c;
wl_list_for_each(count_c, &clients, link) { wl_list_for_each(count_c, &clients, link) {
if (count_c && VISIBLEON(count_c, selmon) && !count_c->isminied && if (count_c && VISIBLEON(count_c, selmon) && !count_c->isminied &&
!count_c->iskilling) { !count_c->iskilling && !count_c->isfloating) {
visible_client_number++; visible_client_number++;
} }
} }