yet another fix 44ef3f5a
Anselm R. Garbe · 2007-02-06 15:29 1 file(s) · +1 −1
client.c +1 −1
184 184
185 185
void
186 186
resize(Client *c, Bool sizehints) {
187 -
	float actual, dx, dy, max, min, u;
187 +
	float actual, dx, dy, max, min;
188 188
	XWindowChanges wc;
189 189
190 190
	if(c->w <= 0 || c->h <= 0)