rm debug print
This commit is contained in:
parent
5ff6204ecd
commit
b10b31feb8
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ 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 %d", c->window, c->iconic, c->shaded);
|
|
||||||
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