summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 08:00:56 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 08:00:56 +0000
commitb48c0e0b47b649af5b93619af8021420264b19d6 (patch)
tree779ec79a3971eaf6320576797d7c6d576ce38c88
parentf24116de755c1bedf30388987ae6dcdfe95bfc84 (diff)
oops
-rw-r--r--openbox/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 8d2b3bbb..3ebfcd60 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -51,7 +51,7 @@ void client_startup()
/* save the stacking order on startup! */
PROP_GET32U(ob_root, net_client_list_stacking, window,
- client_startup_stack_order, client_startup_stack_size))
+ client_startup_stack_order, client_startup_stack_size);
client_set_list();
}
@@ -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);