applied Jukkas remark (dunno if this is correct though)

This commit is contained in:
arg@mmvi 2006-09-22 16:35:49 +02:00
parent 3c4b7672a8
commit 114cc3ec02

4
view.c
View file

@ -112,12 +112,12 @@ dotile(Arg *arg) {
for(i = 0, c = clients; c; c = c->next) {
if(isvisible(c)) {
if(c->ismax)
togglemax(c);
if(c->isfloat) {
resize(c, True, TopLeft);
continue;
}
if(c->ismax)
togglemax(c);
if(n == 1) {
c->x = sx;
c->y = sy + bh;