and another fix...

This commit is contained in:
arg@10ksloc.org 2006-07-19 13:30:18 +02:00
parent 0fb1842fd0
commit 18be893b66
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa)
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;