From 91af20b796f50cda45bdc57c004fdd228ec4f253 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 22 Feb 2025 13:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E5=8A=A8=E7=94=BB=E6=96=B9?= =?UTF-8?q?=E5=90=91=E5=B0=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maomao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maomao.c b/maomao.c index a041e298..992060bf 100644 --- a/maomao.c +++ b/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++; } }