no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)

This commit is contained in:
Anselm R. Garbe
2006-09-06 09:13:31 +02:00
parent 0d0e8bde13
commit 0915da8842
3 changed files with 18 additions and 16 deletions

@ -247,8 +247,6 @@ 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;