all repos — openbox @ 8529aab619c0f26a79cd49ec0f8910433a541263

openbox fork - make it a bit more like ryudo

remove debug printings
Dana Jansens danakj@orodu.net
commit

8529aab619c0f26a79cd49ec0f8910433a541263

parent

a414fe42d4654c4c76e344e5bfe0d5838f24da1e

3 files changed, 0 insertions(+), 9 deletions(-)

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

@@ -918,9 +918,6 @@

d = screen_cycle_desktop(data->sendtodir.dir, data->sendtodir.wrap, data->sendtodir.linear, data->sendtodir.final, data->sendtodir.cancel); - - g_message("sendto %d", d); - client_set_desktop(c, d, TRUE); screen_set_desktop(d); }
M openbox/mouse.copenbox/mouse.c

@@ -90,8 +90,6 @@ {

GSList *it; ObMouseBinding *b; - g_message("%d %d %d", context, state, button); - for (it = bound_contexts[context]; it != NULL; it = it->next) { b = it->data; if (b->state == state && b->button == button)

@@ -127,8 +125,6 @@ if ((act->func == action_desktop_dir ||

act->func == action_send_to_desktop_dir)) { keyboard_interactive_grab(state, c, context, act); } - - g_message("acting"); act->func(&act->data); }
M openbox/screen.copenbox/screen.c

@@ -625,7 +625,6 @@

get_row_col(d, &r, &c); if (lin) { - g_message("linear %d", d); switch (dir) { case OB_DIRECTION_EAST: if (d < screen_num_desktops - 1)

@@ -643,7 +642,6 @@ default:

assert(0); return screen_desktop; } - g_message("linear %d done", d); } else { switch (dir) { case OB_DIRECTION_EAST: