arg@10ksloc.org %!s(int64=19) %!d(string=hai) anos
pai
achega
f522930a99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client.c

+ 1 - 1
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);