opt: optimize marco use in client tile resize

This commit is contained in:
DreamMaoMao 2026-06-11 12:39:17 +08:00
parent 07a9c82af3
commit b995090747

View file

@ -51,7 +51,7 @@ static void finish_exchange_arrange_and_focus(Client *c1, Client *c2,
}
void client_tile_resize(Client *c, struct wlr_box geo, int32_t interact) {
if (!ISSCROLLTILED(c))
if (!ISFAKETILED(c))
return;
if (!c->isfullscreen && !c->ismaximizescreen) {