From: Anselm R. Garbe Date: Tue, 6 Feb 2007 14:29:19 +0000 (+0100) Subject: yet another fix X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=sidebyside;h=44ef3f5a07753ecaeacc2fb180e90bf4479ab975;p=dwm.git yet another fix --- diff --git a/client.c b/client.c index 6d88222..50e8a94 100644 --- 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)