all repos — openbox @ 3afbf3d597ef45a122ae58203a126c57f9796f7b

openbox fork - make it a bit more like ryudo

forgot these
Mikael Magnusson mikachu@comhem.se
commit

3afbf3d597ef45a122ae58203a126c57f9796f7b

parent

0993012776e159a5b94a34034289f2274ad6c7bf

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

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

@@ -58,7 +58,7 @@ static void focus_cycle_destructor(ObClient *client, gpointer data)

{ /* end cycling if the target disappears */ if (focus_cycle_target == client) - focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE); + focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE); } static Window createWindow(Window parent, gulong mask,

@@ -192,7 +192,7 @@ }

/* in the middle of cycling..? kill it. */ if (focus_cycle_target) - focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE); + focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE); old = focus_client; focus_client = client;