summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-11 16:11:51 -0500
committerDana Jansens <danakj@orodu.net>2008-01-11 16:11:51 -0500
commitea371936cec5f1e7f0eaed698b2cff6fab42f210 (patch)
tree094b744c92ac2f11b2728dbc3c1af1a26e6f560d /openbox/focus_cycle.h
parent746015e88c51dda43b26f35abc25050c502d319b (diff)
let you raise the focus target temporarily during focus cycling, with the <raise> option. also a new <bar> option lets you turn off the indicator bar
Diffstat (limited to 'openbox/focus_cycle.h')
-rw-r--r--openbox/focus_cycle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h
index 68b8d929..6e1c2c9d 100644
--- a/openbox/focus_cycle.h
+++ b/openbox/focus_cycle.h
@@ -37,11 +37,13 @@ void focus_cycle_shutdown(gboolean reconfig);
struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
gboolean dock_windows, gboolean desktop_windows,
gboolean linear, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel);
+ gboolean showbar, gboolean dialog,
+ gboolean done, gboolean cancel);
struct _ObClient* focus_directional_cycle(ObDirection dir,
gboolean dock_windows,
gboolean desktop_windows,
gboolean interactive,
+ gboolean showbar,
gboolean dialog,
gboolean done, gboolean cancel);