From 3d0ba381dba5a421e8bb91e29f08412048a8427c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 Apr 2003 21:40:47 +0000 Subject: [PATCH] put it back --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 3ba2baf8..dbeb658b 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_set_client(NULL); + focus_fallbacK(FALSE); } gboolean client_focused(Client *self) -- 2.39.2