diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-19 20:31:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-19 20:31:08 +0000 |
| commit | 2253b5e341e2a20dee5c0c17eae3f5a8baa1b6ac (patch) | |
| tree | 72bdadc7031e6b71e3f5e129b51b33c7070fd4ad /openbox/focus_cycle_popup.h | |
| parent | 34ad5b92b4498e2f5de87d67e3b0a0e3eb67b4fb (diff) | |
fix the popup for directional focusing, only show what is going to be a valid target. change directional focus to use the same criteria as normal cycling.
Diffstat (limited to 'openbox/focus_cycle_popup.h')
| -rw-r--r-- | openbox/focus_cycle_popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index 695dfe53..8626a5d3 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -27,7 +27,7 @@ struct _ObClient; void focus_cycle_popup_startup(gboolean reconfig); void focus_cycle_popup_shutdown(gboolean reconfig); -void focus_cycle_popup_show(struct _ObClient *c, +void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows, gboolean all_desktops, gboolean dock_windows, gboolean desktop_windows); void focus_cycle_popup_hide(); |
