diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-22 04:17:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-22 04:17:43 +0000 |
| commit | f595277f1c9c5359fc8a1dc0a0f190333a464779 (patch) | |
| tree | 648c82d4382e3227d3ed3bb853fcc86950382f83 /openbox/focus.c | |
| parent | f791f9a35e016b52295fa733dc21f9d64de6ead1 (diff) | |
add back focusLast
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 */ |
