diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-18 08:46:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-18 08:46:19 +0000 |
| commit | c2b3a49e692b723bd277ef4360f89b9aaae4afd6 (patch) | |
| tree | 87f2fdafa13be115e2fcdd3b2aab3868b96f9508 /openbox/focus.c | |
| parent | 01debc76b981d3507583022854ae22988c7cf613 (diff) | |
just formatting
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 6c275a84..c6df15aa 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -196,9 +196,9 @@ void focus_fallback(FallbackType type) for (it = focus_order[screen_desktop]; it != NULL; it = it->next) for (sit = old->group->members; sit; sit = sit->next) if (sit->data == it->data) - if (sit->data != old && client_normal(sit->data) && - client_focus(sit->data)) - return; + if (sit->data != old && client_normal(sit->data)) + if (client_focus(sit->data)) + return; } } |
