From fa962c1604bac1b5a6c3656b71c3145436f2392b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 28 Sep 2003 08:45:43 +0000 Subject: removing focusLast again.. --- openbox/focus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 3376d50a..873ba035 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -183,7 +183,7 @@ void focus_fallback(ObFocusFallbackType type) if (old->transient_for) { gboolean trans = FALSE; - if (config_focus_last || !config_focus_follow) + if (!config_focus_follow) trans = TRUE; else { ObClient *c; @@ -215,7 +215,7 @@ void focus_fallback(ObFocusFallbackType type) } } - if (!config_focus_last && config_focus_follow) + if (config_focus_follow) if (focus_under_pointer()) return; -- cgit v1.2.3