all repos — openbox @ 093c4cb710fa04dc67fc93278b951038b263a1fc

openbox fork - make it a bit more like ryudo

kill the prints again for now
Dana Jansens danakj@orodu.net
commit

093c4cb710fa04dc67fc93278b951038b263a1fc

parent

d78f345b871580d5e92017c482ff9d9cb040f1cd

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -234,7 +234,7 @@

/* 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 @@ guint i;

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);