no fac_resize for not tiled client
This commit is contained in:
parent
8f52715fe3
commit
9d76026826
@ -1224,7 +1224,7 @@ _fac_resize(struct client *c, enum position p, int fac)
|
|||||||
struct client *cc, *gc = client_next_with_pos(c, p);
|
struct client *cc, *gc = client_next_with_pos(c, p);
|
||||||
enum position rp = RPOS(p);
|
enum position rp = RPOS(p);
|
||||||
|
|
||||||
if(!gc || gc->screen != c->screen)
|
if(!gc || gc->screen != c->screen || !(c->flags & CLIENT_TILED))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
FOREACH_NFCLIENT(cc, &c->tag->clients, tnext)
|
FOREACH_NFCLIENT(cc, &c->tag->clients, tnext)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user