still something wrong with reorder()
This commit is contained in:
parent
016c54196e
commit
9d73909075
4 changed files with 32 additions and 55 deletions
5
client.c
5
client.c
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue