From f595277f1c9c5359fc8a1dc0a0f190333a464779 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Sep 2003 04:17:43 +0000 Subject: add back focusLast --- openbox/focus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 22036917..541cf010 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -167,8 +167,9 @@ void focus_fallback(ObFocusFallbackType type) */ focus_set_client(NULL); - if (config_focus_follow && focus_under_pointer()) - return; + if (!config_focus_last && config_focus_follow) + if (focus_under_pointer()) + return; if (type == OB_FOCUS_FALLBACK_UNFOCUSING && old) { /* try for transient relations */ -- cgit v1.2.3