all repos — openbox @ 7bb829f8b721b8b5a75740b2686fa12f63a798ff

openbox fork - make it a bit more like ryudo

no \n in g_message
Dana Jansens danakj@orodu.net
commit

7bb829f8b721b8b5a75740b2686fa12f63a798ff

parent

4a6e98cad8dc8a8ca4006886615f4c4a7a80b02a

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

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

@@ -938,7 +938,7 @@ }

if (ur != self->urgent) { self->urgent = ur; - g_message("Urgent Hint for 0x%lx: %s\n", self->window, + g_message("Urgent Hint for 0x%lx: %s", self->window, ur ? "ON" : "OFF"); /* fire the urgent callback if we're mapped, otherwise, wait until after we're mapped */

@@ -1930,6 +1930,7 @@

void client_unfocus(Client *self) { g_assert(focus_client == self); + focus_set_client(NULL); } gboolean client_focused(Client *self)