Skip to content
Snippets Groups Projects
Commit f522930a authored by arg@10ksloc.org's avatar arg@10ksloc.org
Browse files

fixed a typo

parent aebd745f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment