From 0c173e15772fc8a21a641001e79d91262bc9d344 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 23:11:16 +0000 Subject: [PATCH] set focus_client when focus leaves a window --- openbox/event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/event.c b/openbox/event.c index 3acb5d1f..31759113 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -573,6 +573,7 @@ static void event_process(const XEvent *ec, gpointer data) if (client && !nomove) { frame_adjust_focus(client->frame, FALSE); + focus_set_client(NULL); /* focus_set_client has already been called for sure */ client_calc_layer(client); } -- 2.45.2