JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
yet another fix
authorAnselm R. Garbe <arg@suckless.org>
Tue, 6 Feb 2007 14:29:19 +0000 (15:29 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 6 Feb 2007 14:29:19 +0000 (15:29 +0100)
client.c

index 6d88222..50e8a94 100644 (file)
--- a/client.c
+++ b/client.c
@@ -184,7 +184,7 @@ manage(Window w, XWindowAttributes *wa) {
 
 void
 resize(Client *c, Bool sizehints) {
-       float actual, dx, dy, max, min, u;
+       float actual, dx, dy, max, min;
        XWindowChanges wc;
 
        if(c->w <= 0 || c->h <= 0)