maybe this might work

This commit is contained in:
Anselm R. Garbe
2006-09-06 13:56:46 +02:00
parent 6078d756bc
commit e8389a4cc0
3 changed files with 9 additions and 4 deletions

View File

@ -243,6 +243,8 @@ manage(Window w, XWindowAttributes *wa)
c->isfloat = trans
|| (c->maxw && c->minw &&
c->maxw == c->minw && c->maxh == c->minh);
if(c->isfloat)
c->weight = ntags;
if(clients)
clients->prev = c;