diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:05:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:05:49 +0000 |
| commit | cc844c579472c4d0b3e98e014588d77dd5bfa532 (patch) | |
| tree | 2c413730c62257f0c0790513259539f3765f27b3 /openbox/client.c | |
| parent | 9672ad0f0644173f161f08a59b38640734a61079 (diff) | |
put back map/unmap msgs
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c index 3ebfcd60..757b118d 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -234,7 +234,7 @@ void client_manage(Window window) /* update the list hints */ client_set_list(); -/* g_message("Managed window 0x%lx", window);*/ + g_message("Managed window 0x%lx", window); } void client_unmanage_all() @@ -249,7 +249,7 @@ void client_unmanage(Client *client) int j; GSList *it; -/* g_message("Unmanaging window: %lx", client->window);*/ + g_message("Unmanaging window: %lx", client->window); dispatch_client(Event_Client_Destroy, client, 0, 0); g_assert(client != NULL); |
