changeset: 2659:dc0f276b8655
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Thu May 27 20:48:59 2010 -0400
files: cmd/wmii/view.c
description:
Don't push dock windows to the top of the stack.
diff -r bbef798778a3 -r dc0f276b8655 cmd/wmii/view.c
--- a/cmd/wmii/view.c Thu May 27 18:57:08 2010 -0400
+++ b/cmd/wmii/view.c Thu May 27 20:48:59 2010 -0400
@@ -455,13 +455,6 @@
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);
Received on Fri May 28 2010 - 00:49:24 UTC
This archive was generated by hypermail 2.2.0 : Fri May 28 2010 - 01:00:08 UTC