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

and another fix...

parent 0fb1842f
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa) ...@@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa)
diff = sw - c->fw; diff = sw - c->fw;
c->fx = random() % (diff ? diff : 1); c->fx = random() % (diff ? diff : 1);
diff = sh - c->fh; diff = sh - c->fh - bh;
c->fy = random() % (diff ? diff : 1); c->fy = random() % (diff ? diff : 1);
c->border = 1; c->border = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment