comparison client.c @ 548:3d23384eb5ab

applied sanders max size fix
author arg@mig29
date Fri, 27 Oct 2006 12:05:47 +0200
parents 223b41c35619
children fd1061442711
comparison
equal deleted inserted replaced
547:de3fd5271408 548:3d23384eb5ab
231 grabbuttons(c, False); 231 grabbuttons(c, False);
232 updatetitle(c); 232 updatetitle(c);
233 settags(c, getclient(trans)); 233 settags(c, getclient(trans));
234 if(!c->isfloat) 234 if(!c->isfloat)
235 c->isfloat = trans 235 c->isfloat = trans
236 || (c->maxw && c->minw && 236 || (c->maxw && c->minw && c->maxh && c->minh &&
237 c->maxw == c->minw && c->maxh == c->minh); 237 c->maxw == c->minw && c->maxh == c->minh);
238 resizetitle(c); 238 resizetitle(c);
239 if(clients) 239 if(clients)
240 clients->prev = c; 240 clients->prev = c;
241 c->next = clients; 241 c->next = clients;