I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue
--- a/event.c Fri Sep 29 12:38:27 2006 +0200
+++ b/event.c Fri Sep 29 12:56:01 2006 +0200
@@ -177,9 +177,8 @@
configure(c);
XSync(dpy, False);
if(c->isfloat) {
- resize(c, False, TopLeft);
- if(!isvisible(c))
- ban(c);
+ if(isvisible(c))
+ resize(c, False, TopLeft);
}
else
arrange(NULL);