extra \n in debug output
This commit is contained in:
parent
2acbf04cb4
commit
9c4ef9aa4a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue