X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=3aa3ab7f310da4662beaf8b0556d46973c7a4350;hb=79911e33818f79068a7e801c324a04bd7e6c3037;hp=db4b976d360c5ff0aafb8c8b19a5402b94032897;hpb=9c356d370ab3e5a6b28e38ce8289d80bf35c8828;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index db4b976d..3aa3ab7f 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -960,7 +960,7 @@ void frame_adjust_state(ObFrame *self) void frame_adjust_focus(ObFrame *self, gboolean hilite) { ob_debug_type(OB_DEBUG_FOCUS, - "Frame for 0x%x has focus: %d\n", + "Frame for 0x%x has focus: %d", self->client->window, hilite); self->focused = hilite; self->need_render = TRUE;