yet another fix

This commit is contained in:
Anselm R. Garbe 2007-02-06 15:29:19 +01:00
parent dafbd0dcb0
commit 44ef3f5a07
1 changed files with 1 additions and 1 deletions

View File

@ -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)