Commit 44ef3f5

Anselm R. Garbe <arg@suckless.org>
2007-02-06 09:29:19
yet another fix
1 parent dafbd0d
Changed files (1)
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)