From f522930a99d72a4662a7d6d495487bf77b5b6cde Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Wed, 19 Jul 2006 13:24:58 +0200 Subject: [PATCH] fixed a typo --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 62d4afc..97dd96b 100644 --- a/client.c +++ b/client.c @@ -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); -- 1.7.10.4