mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
打开动画方向小修复
This commit is contained in:
parent
3e26bbbeb1
commit
91af20b796
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -3815,7 +3815,7 @@ int is_special_animaiton_rule(Client *c) {
|
|||
Client *count_c;
|
||||
wl_list_for_each(count_c, &clients, link) {
|
||||
if (count_c && VISIBLEON(count_c, selmon) && !count_c->isminied &&
|
||||
!count_c->iskilling) {
|
||||
!count_c->iskilling && !count_c->isfloating) {
|
||||
visible_client_number++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue