all repos — openbox @ 8237564b4784c69ab50a9291d503850cb6018f67

openbox fork - make it a bit more like ryudo

Add needed linebreaks to the end of some debug messages
Dana Jansens danakj@orodu.net
commit

8237564b4784c69ab50a9291d503850cb6018f67

parent

7f36e21ea9d86df5e6fa62d2888891ed957c4639

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

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

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

pointer_mode, GrabModeAsync, None, ob_cursor(cur)); xerror_set_ignore(FALSE); if (xerror_occured) - ob_debug("Failed to grab button %d modifiers %d", button, state); + ob_debug("Failed to grab button %d modifiers %d\n", button, state); } void ungrab_button(guint button, guint state, Window win)

@@ -203,7 +203,7 @@ XGrabKey(ob_display, keycode, state | mask_list[i], win, FALSE,

GrabModeAsync, keyboard_mode); xerror_set_ignore(FALSE); if (xerror_occured) - ob_debug("Failed to grab keycode %d modifiers %d", keycode, state); + ob_debug("Failed to grab keycode %d modifiers %d\n", keycode, state); } void ungrab_all_keys(Window win)