diff --git a/openbox/client.c b/openbox/client.c index dbeb658b..36ca352c 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_fallback(FALSE); } gboolean client_focused(Client *self)