all repos — openbox @ 62f1473c651a564391e53548e0cb7daa5303776d

openbox fork - make it a bit more like ryudo

oops buttons not keycodes
Dana Jansens danakj@orodu.net
commit

62f1473c651a564391e53548e0cb7daa5303776d

parent

e3521c2371c2d2c70c5d411c988fb19d2364d4f0

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

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

@@ -127,7 +127,7 @@ XGrabButton(ob_display, button, state | mask_list[i], win, FALSE, mask,

pointer_mode, GrabModeSync, None, ob_cursor(cur)); xerror_set_ignore(FALSE); if (xerror_occured) - g_warning("failed to grab keycode %d modifiers %d", keycode, state); + g_warning("failed to grab button %d modifiers %d", button, state); } void grab_button(guint button, guint state, Window win, guint mask)