commit 5ef2ec336f5181bd16802f233ac6a49019e6c693 parent b4b5ff470bdb2d2a7a9f577def8859150862fcf9 Author: Kris Maglione <kris@suckless.org> Date: Thu, 27 May 2010 20:48:59 -0400 Don't push dock windows to the top of the stack. Diffstat:
cmd/wmii/view.c | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/cmd/wmii/view.c b/cmd/wmii/view.c @@ -455,13 +455,6 @@ view_restack(View *v) { wins.n = 0; - /* *sigh */ - for(f=v->floating->stack; f; f=f->snext) - if(f->client->w.ewmh.type & TypeDock) - vector_lpush(&wins, f->client->framewin->xid); - else - break; - for(; f; f=f->snext) vector_lpush(&wins, f->client->framewin->xid);