all repos — openbox @ e0170fe18192bf9e383b71578b57ff3fecfe0d70

openbox fork - make it a bit more like ryudo

rm debug print
Dana Jansens danakj@orodu.net
commit

e0170fe18192bf9e383b71578b57ff3fecfe0d70

parent

1b20f591af578f0b9dea7c13b4de8f15ab1074af

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -130,6 +130,7 @@ Client *c;

w = client_startup_stack_order[i-1]; c = g_hash_table_lookup(client_map, &w); + g_message("0x%lx %d", c->window, c->iconic); if (c) stacking_lower(c); } g_free(client_startup_stack_order);