diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-27 19:05:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-27 19:05:16 +0000 |
| commit | e0170fe18192bf9e383b71578b57ff3fecfe0d70 (patch) | |
| tree | 4b4e5e9de4a7163bd76bd10b7d527d40ec98e69d | |
| parent | 1b20f591af578f0b9dea7c13b4de8f15ab1074af (diff) | |
rm debug print
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
