all repos — openbox @ 12bbc0cc430b32a71f9e868cf6cc6459bcc43e79

openbox fork - make it a bit more like ryudo

use focus_cycle_stop to cancel focus cycling
Dana Jansens danakj@orodu.net
commit

12bbc0cc430b32a71f9e868cf6cc6459bcc43e79

parent

508ce538c04f72b4c0aafe9a66b04f7f2c151a05

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M openbox/focus_cycle.copenbox/focus_cycle.c

@@ -71,10 +71,9 @@

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