aewl

changeset 733:1950833a5614

yet another fix
author Anselm R. Garbe <arg@suckless.org>
date Tue, 06 Feb 2007 15:29:19 +0100
parents a642068c4834
children 6283adb1fcf2
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/client.c	Tue Feb 06 15:28:25 2007 +0100
     1.2 +++ b/client.c	Tue Feb 06 15:29:19 2007 +0100
     1.3 @@ -184,7 +184,7 @@
     1.4  
     1.5  void
     1.6  resize(Client *c, Bool sizehints) {
     1.7 -	float actual, dx, dy, max, min, u;
     1.8 +	float actual, dx, dy, max, min;
     1.9  	XWindowChanges wc;
    1.10  
    1.11  	if(c->w <= 0 || c->h <= 0)