no fac_resize for not tiled client

This commit is contained in:
Martin Duquesnoy 2012-01-29 06:06:00 +01:00
parent 8f52715fe3
commit 9d76026826

View File

@ -1224,7 +1224,7 @@ _fac_resize(struct client *c, enum position p, int fac)
struct client *cc, *gc = client_next_with_pos(c, p);
enum position rp = RPOS(p);
if(!gc || gc->screen != c->screen)
if(!gc || gc->screen != c->screen || !(c->flags & CLIENT_TILED))
return;
FOREACH_NFCLIENT(cc, &c->tag->clients, tnext)