diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-26 20:52:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-26 20:52:21 +0000 |
| commit | 12bbc0cc430b32a71f9e868cf6cc6459bcc43e79 (patch) | |
| tree | e115cc5e1094f01ef5d18e953e5c2bca5b3793c2 | |
| parent | 508ce538c04f72b4c0aafe9a66b04f7f2c151a05 (diff) | |
use focus_cycle_stop to cancel focus cycling
| -rw-r--r-- | openbox/focus_cycle.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index cb6678d2..81557fe3 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -71,10 +71,9 @@ void focus_cycle_stop() static void focus_cycle_destroy_notify(ObClient *client, gpointer data) { /* end cycling if the target disappears. CurrentTime is fine, time won't - be used - */ + be used */ if (focus_cycle_target == client) - focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE); + focus_cycle_stop(); } /*! Returns if a focus target has valid group siblings that can be cycled |
