applied Jukkas remark (dunno if this is correct though) 114cc3ec
arg@mmvi · 2006-09-22 16:35 1 file(s) · +2 −2
view.c +2 −2
112 112
113 113
	for(i = 0, c = clients; c; c = c->next) {
114 114
		if(isvisible(c)) {
115 -
			if(c->ismax)
116 -
				togglemax(c);
117 115
			if(c->isfloat) {
118 116
				resize(c, True, TopLeft);
119 117
				continue;
120 118
			}
119 +
			if(c->ismax)
120 +
				togglemax(c);
121 121
			if(n == 1) {
122 122
				c->x = sx;
123 123
				c->y = sy + bh;