X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=fd53dc8595bfeb969ef68d42e9df524241bff391;hb=114cc3ec020ac81bdb16123f4d956d80a531d830;hp=c5e942d664e80a1213a5ececbaca644c9a17996e;hpb=3c4b7672a84f4be9eeba889abda15a33c9b45eb1;p=dwm.git diff --git a/view.c b/view.c index c5e942d..fd53dc8 100644 --- a/view.c +++ b/view.c @@ -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;