projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78f345
)
kill the prints again for now
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 09:47:08 +0000
(09:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 09:47:08 +0000
(09:47 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 757b118d5f9dd298521469e1c2b24e609435797b..3ebfcd60f6ab47af7e189f95e2e7c29e7ef3a512 100644
(file)
--- 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);