diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-27 22:50:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-27 22:50:40 +0000 |
| commit | b8fded742abad3c43c708ee935f5b58237170a01 (patch) | |
| tree | 460eda8e5419796c4667bcb5b02db918ba28e5ee /openbox/event.c | |
| parent | 568ca95bc222b1c694fbd77ce417fd04630846ae (diff) | |
make focuslast only apply to switching desktops, like 3.3.1
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index ac5919ed..9eaec027 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -516,7 +516,7 @@ static void event_process(const XEvent *ec, gpointer data) */ if (!focus_left_screen) - focus_fallback(TRUE); + focus_fallback(TRUE, FALSE); } } else if (!client) @@ -570,7 +570,7 @@ static void event_process(const XEvent *ec, gpointer data) ob_debug_type(OB_DEBUG_FOCUS, "Focus went to an unmanaged window 0x%x !\n", ce.xfocus.window); - focus_fallback(TRUE); + focus_fallback(TRUE, FALSE); } } |
