aewl

changeset 101:17c526ee321c

fixed a typo
author arg@10ksloc.org
date Wed, 19 Jul 2006 13:24:58 +0200
parents bb3803fb560c
children ed2d4eb65f02
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/client.c	Wed Jul 19 13:22:49 2006 +0200
     1.2 +++ b/client.c	Wed Jul 19 13:24:58 2006 +0200
     1.3 @@ -210,7 +210,7 @@
     1.4  	diff = sw - c->fw;
     1.5  	c->fx = sx + (random() % diff ? diff : 1);
     1.6  	diff = sh - c->fh;
     1.7 -	c->fy = sx + (random() % diff ? diff : 1);
     1.8 +	c->fy = sy + (random() % diff ? diff : 1);
     1.9  
    1.10  	c->border = 1;
    1.11  	c->proto = getproto(c->win);