still something wrong with reorder()

This commit is contained in:
Anselm R. Garbe
2006-08-29 13:40:09 +02:00
parent 016c54196e
commit 9d73909075
4 changed files with 32 additions and 55 deletions

View File

@ -241,7 +241,10 @@ manage(Window w, XWindowAttributes *wa)
|| (c->maxw && c->minw &&
c->maxw == c->minw && c->maxh == c->minh);
attach(c);
if(clients)
clients->prev = c;
c->next = clients;
clients = c;
settitle(c);
if(isvisible(c))