mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-13 14:33:08 -04:00
opt: optimize marco use in client tile resize
This commit is contained in:
parent
07a9c82af3
commit
b995090747
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue