diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-24 08:10:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-24 08:10:28 +0000 |
| commit | cd54e31a5922b329de20ca6cb355a4212a7aa704 (patch) | |
| tree | 9b310dd5a5aeabcaad77bd435bdf86796135587d /openbox/focus.c | |
| parent | d61b48a2ef2c315818a322ae84385228f4438dd3 (diff) | |
clarify comment
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 20faaf9c..8950a31e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -219,7 +219,8 @@ void focus_fallback(FallbackType type) if (type != Fallback_Unfocusing || it->data != old) if (client_normal(it->data) && /* dont fall back to 'anonymous' fullscreen windows. theres no - checks for this is in transient/group fallbacks. */ + checks for this is in transient/group fallbacks, so they can + be fallback targets there. */ !((Client*)it->data)->fullscreen && client_focus(it->data)) return; |
