I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue b427a2c6
Anselm R. Garbe · 2006-09-29 12:56 1 file(s) · +2 −3
event.c +2 −3
177 177
			configure(c);
178 178
		XSync(dpy, False);
179 179
		if(c->isfloat) {
180 -
			resize(c, False, TopLeft);
181 -
			if(!isvisible(c))
182 -
				ban(c);
180 +
			if(isvisible(c))
181 +
				resize(c, False, TopLeft);
183 182
		}
184 183
		else
185 184
			arrange(NULL);