diff --git a/openbox/client.c b/openbox/client.c index 61635145..0dd16967 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -130,6 +130,7 @@ void client_manage_all() 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);