diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-06-23 14:06:08 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-06-23 14:06:08 +0000 |
| commit | 3afbf3d597ef45a122ae58203a126c57f9796f7b (patch) | |
| tree | ece367b01bf6f0920a47cc41c3e80a168dec14f0 /openbox | |
| parent | 0993012776e159a5b94a34034289f2274ad6c7bf (diff) | |
forgot these
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/focus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 9d16387b..b81e5632 100644 --- a/openbox/focus.c +++ b/openbox/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 @@ void focus_set_client(ObClient *client) /* 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; |
