X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Funfocus.c;h=0527d2a06d6dd7e986f3d488d9df5d79338fb313;hb=0cfd92ab9e56d8f790c92b83436e981fa46efe20;hp=70384f4d2528b4016174aaeedf4bccb6f0196555;hpb=ac59dd4fe53330d717a12f55f6bfc17467ad2ae2;p=chaz%2Fopenbox diff --git a/openbox/actions/unfocus.c b/openbox/actions/unfocus.c index 70384f4d..0527d2a0 100644 --- a/openbox/actions/unfocus.c +++ b/openbox/actions/unfocus.c @@ -12,6 +12,6 @@ void action_unfocus_startup() static gboolean run_func(ObActionsData *data, gpointer options) { if (data->client && data->client == focus_client) - focus_fallback(FALSE, FALSE, TRUE); + focus_fallback(FALSE, FALSE, TRUE, FALSE); return FALSE; }