and another fix...
--- a/client.c Wed Jul 19 13:29:45 2006 +0200
+++ b/client.c Wed Jul 19 13:30:18 2006 +0200
@@ -209,7 +209,7 @@
diff = sw - c->fw;
c->fx = random() % (diff ? diff : 1);
- diff = sh - c->fh;
+ diff = sh - c->fh - bh;
c->fy = random() % (diff ? diff : 1);
c->border = 1;