X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Funfocus.c;h=0527d2a06d6dd7e986f3d488d9df5d79338fb313;hb=e5c7c95f2db1eef776d5acd3db46334fb932e3a6;hp=70384f4d2528b4016174aaeedf4bccb6f0196555;hpb=27a0f0f4c99bab0ceaa496f14c7498b230fcab25;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; }