Bladeren bron

applied Jukkas remark (dunno if this is correct though)

arg@mmvi 19 jaren geleden
bovenliggende
commit
114cc3ec02
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      view.c

+ 2 - 2
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;