diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-26 21:22:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-26 21:22:28 +0000 |
| commit | aa7c36d1bc78529feafb65c2fd6e251a86043d81 (patch) | |
| tree | 844ad79cd46160e41871965f0480745a5ee7c278 /openbox/focus_cycle.h | |
| parent | 11c4ce4903f9ac31bae3b68209f47cb1a058afb4 (diff) | |
only kill focus cycling when the window being destroyed was in the list of targets
Diffstat (limited to 'openbox/focus_cycle.h')
| -rw-r--r-- | openbox/focus_cycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 38c0e837..afdbdc79 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -42,7 +42,7 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, gboolean desktop_windows, gboolean interactive, gboolean dialog, gboolean done, gboolean cancel); -void focus_cycle_stop(); +void focus_cycle_stop(struct _ObClient *ifclient); gboolean focus_cycle_target_valid(struct _ObClient *ft, gboolean iconic_windows, |
