fixed a typo

This commit is contained in:
arg@10ksloc.org 2006-07-19 13:24:58 +02:00
parent aebd745f72
commit f522930a99
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ manage(Window w, XWindowAttributes *wa)
diff = sw - c->fw;
c->fx = sx + (random() % diff ? diff : 1);
diff = sh - c->fh;
c->fy = sx + (random() % diff ? diff : 1);
c->fy = sy + (random() % diff ? diff : 1);
c->border = 1;
c->proto = getproto(c->win);