From e38b27fcce8af079fd0fbeb9f271a8e8f385d590 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 Apr 2003 21:36:37 +0000 Subject: [PATCH] make unfocus really unfocus everything --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 36ca352c..3ba2baf8 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); - focus_fallback(FALSE); + focus_set_client(NULL); } gboolean client_focused(Client *self) -- 2.39.2