diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-04-16 18:17:05 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-04-16 21:32:31 -0400 |
| commit | 56fface3a4e2b5970e4867047207da84a58adeb2 (patch) | |
| tree | 0c7a497e9d53878905ca197ab216b9d8097aa0db /openbox/focus_cycle_popup.h | |
| parent | fde5d8601a182ae28fd65270766e51bea1f15a94 (diff) | |
add an option to next/previous window to only include hilited/flashing/urgent windows (feature req/bug #4341)
Diffstat (limited to 'openbox/focus_cycle_popup.h')
| -rw-r--r-- | openbox/focus_cycle_popup.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index b085f9a9..cf2d52de 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -33,17 +33,10 @@ typedef enum { void focus_cycle_popup_startup(gboolean reconfig); void focus_cycle_popup_shutdown(gboolean reconfig); -void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows, - gboolean all_desktops, gboolean dock_windows, - gboolean desktop_windows, - ObFocusCyclePopupMode mode); +void focus_cycle_popup_show(struct _ObClient *c, ObFocusCyclePopupMode mode); void focus_cycle_popup_hide(void); -void focus_cycle_popup_single_show(struct _ObClient *c, - gboolean iconic_windows, - gboolean all_desktops, - gboolean dock_windows, - gboolean desktop_windows); +void focus_cycle_popup_single_show(struct _ObClient *c); void focus_cycle_popup_single_hide(void); gboolean focus_cycle_popup_is_showing(struct _ObClient *c); |
