opt: optimize visible client count

This commit is contained in:
DreamMaoMao 2025-09-11 10:10:48 +08:00
parent 8c8fc72e20
commit 6573b4637b

View file

@ -1302,9 +1302,8 @@ void set_tagin_animation(Monitor *m, Client *c) {
}
void set_arrange_visible(Monitor *m, Client *c, bool want_animation) {
if (!client_is_unmanaged(c) && !client_should_ignore_focus(c)) {
m->visible_clients++;
}
m->visible_clients++;
if (ISTILED(c)) {
m->visible_tiling_clients++;