diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-04 19:56:42 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-04 19:56:42 +0000 |
| commit | dce6247e693a4880b1f77252460d445825efc13c (patch) | |
| tree | ae807b0bb1d010907dc9c97a6fb5288174ffb43c /openbox/focus.c | |
| parent | e3c52da8c3de8788aecb4ac15f428316e644e6ff (diff) | |
really fix focus_last?
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 07df3a56..6a56c2f8 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -249,7 +249,8 @@ ObClient* focus_fallback_target(ObFocusFallbackType type) old = focus_client; - if (type == OB_FOCUS_FALLBACK_UNFOCUSING && old) { + if ((type == OB_FOCUS_FALLBACK_UNFOCUSING + || type == OB_FOCUS_FALLBACK_CLOSED) && old) { if (old->transient_for) { gboolean trans = FALSE; |
