comparison client.c @ 733:1950833a5614

yet another fix
author Anselm R. Garbe <arg@suckless.org>
date Tue, 06 Feb 2007 15:29:19 +0100
parents a642068c4834
children 6283adb1fcf2
comparison
equal deleted inserted replaced
732:a642068c4834 733:1950833a5614
182 arrange(); 182 arrange();
183 } 183 }
184 184
185 void 185 void
186 resize(Client *c, Bool sizehints) { 186 resize(Client *c, Bool sizehints) {
187 float actual, dx, dy, max, min, u; 187 float actual, dx, dy, max, min;
188 XWindowChanges wc; 188 XWindowChanges wc;
189 189
190 if(c->w <= 0 || c->h <= 0) 190 if(c->w <= 0 || c->h <= 0)
191 return; 191 return;
192 if(sizehints) { 192 if(sizehints) {