rm debug print
This commit is contained in:
parent
1b20f591af
commit
e0170fe181
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ void client_manage_all()
|
||||||
|
|
||||||
w = client_startup_stack_order[i-1];
|
w = client_startup_stack_order[i-1];
|
||||||
c = g_hash_table_lookup(client_map, &w);
|
c = g_hash_table_lookup(client_map, &w);
|
||||||
|
g_message("0x%lx %d", c->window, c->iconic);
|
||||||
if (c) stacking_lower(c);
|
if (c) stacking_lower(c);
|
||||||
}
|
}
|
||||||
g_free(client_startup_stack_order);
|
g_free(client_startup_stack_order);
|
||||||
|
|
Loading…
Reference in a new issue