summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-11 12:47:59 -0500
committerDana Jansens <danakj@orodu.net>2010-01-11 12:47:59 -0500
commit12653a4153bccd5d9a46998753e7a1bc17479505 (patch)
tree908a1f8891306e42b055ca167530cf0195136647 /openbox/focus_cycle.h
parentd3a01a40f35cb3ae6c5ad8329291e86e2e599691 (diff)
Redraw the focus cycle popup when the list of focusable windows changes, rather than closing it
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 6e1c2c9d..c074a52b 100644
--- a/openbox/focus_cycle.h
+++ b/openbox/focus_cycle.h
@@ -47,6 +47,8 @@ struct _ObClient* focus_directional_cycle(ObDirection dir,
gboolean dialog,
gboolean done, gboolean cancel);
-void focus_cycle_stop(struct _ObClient *ifclient);
+void focus_cycle_add(struct _ObClient *ifclient);
+void focus_cycle_remove(struct _ObClient *ifclient);
+void focus_cycle_reorder();
#endif