mirror of https://github.com/0intro/wmii
Fix broken tip.
This commit is contained in:
parent
5ef2ec336f
commit
9eded9b8cd
|
@ -455,7 +455,7 @@ view_restack(View *v) {
|
|||
|
||||
wins.n = 0;
|
||||
|
||||
for(; f; f=f->snext)
|
||||
for(f=v->floating->stack; f; f=f->snext)
|
||||
vector_lpush(&wins, f->client->framewin->xid);
|
||||
|
||||
for(int s=0; s < nscreens; s++)
|
||||
|
|
Loading…
Reference in New Issue