opt: optimize swallow in ipc action

This commit is contained in:
DreamMaoMao 2026-06-29 12:07:45 +08:00
parent 76de8206dd
commit e914d76acd
8 changed files with 55 additions and 36 deletions

View file

@ -84,7 +84,7 @@ void client_active(Client *c) {
return;
}
if (c->swallowing || !c->mon)
if (c->swallowdby || !c->mon)
return;
if (c->isminimized) {