all repos — openbox @ fd2f617be7ff57fcb187daa737f66d243544c8cd

openbox fork - make it a bit more like ryudo

remove some verbose debug prints
Dana Jansens danakj@orodu.net
commit

fd2f617be7ff57fcb187daa737f66d243544c8cd

parent

51bc793e046c036fdeea3a9cad834c13fda2832f

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

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

@@ -73,8 +73,8 @@ ObHookQueue *q;

g_assert(hook < OB_NUM_HOOKS && hook > OB_HOOK_INVALID); - ob_debug("Queing hook %s for client 0x%x", names[hook], - (client ? client->window : 0)); + //ob_debug("Queing hook %s for client 0x%x", names[hook], + // (client ? client->window : 0)); q = &run_queue[queue_size++]; q->hook = hook; q->client = client;

@@ -106,8 +106,8 @@

for (i = 0; i < queue_size; ++i) { const ObHookQueue *q = &run_queue[i]; - ob_debug("Running hook %s for client 0x%x", names[q->hook], - (q->client ? q->client->window : 0)); + //ob_debug("Running hook %s for client 0x%x", names[q->hook], + // (q->client ? q->client->window : 0)); actions_run_acts(hooks[q->hook], OB_USER_ACTION_HOOK, 0, -1, -1, 0,