summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-04-16 18:17:05 -0400
committerDana Jansens <danakj@orodu.net>2010-04-16 21:32:31 -0400
commit56fface3a4e2b5970e4867047207da84a58adeb2 (patch)
tree0c7a497e9d53878905ca197ab216b9d8097aa0db /openbox/focus_cycle.h
parentfde5d8601a182ae28fd65270766e51bea1f15a94 (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.h')
-rw-r--r--openbox/focus_cycle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h
index ab477d65..9394b3df 100644
--- a/openbox/focus_cycle.h
+++ b/openbox/focus_cycle.h
@@ -36,6 +36,7 @@ void focus_cycle_shutdown(gboolean reconfig);
/*! Cycle focus amongst windows. */
struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
+ gboolean nonhilite_windows,
gboolean dock_windows, gboolean desktop_windows,
gboolean linear, gboolean interactive,
gboolean showbar, ObFocusCyclePopupMode mode,