diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-14 05:57:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-14 05:57:45 +0000 |
| commit | 888c3d1f6ae80c3e2d8ab37ebead8a96a8d0a565 (patch) | |
| tree | 39d2ab0427a9efbe01399a48f4438b8800c0f498 /openbox/focus.c | |
| parent | 90861d60f73c87e9459dd84b92e83993c4520366 (diff) | |
make activate take a here parameter
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 9949dea3..3bb0ae8e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -278,7 +278,7 @@ ObClient *focus_cycle(gboolean forward, gboolean linear, gboolean done, goto done_cycle; } else if (done) { if (focus_cycle_target) - client_activate(focus_cycle_target); + client_activate(focus_cycle_target, FALSE); goto done_cycle; } |
