summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
authorcos <cos>2013-05-24 18:55:31 +0200
committercos <cos>2013-05-25 17:31:45 +0200
commit41c4248c0bdb582df012a81022dcbcc30780c1cb (patch)
tree06ff9945ae08345978f4c93f1ca98ae9efbdc642 /src/group.h
parent0bd37ab4ca56a587d4768735e63095c395341c26 (diff)
downloadratpoison-cr/implement_gnumber.zip
Adapt group bar to be updated on group number or name change.cr/implement_gnumber
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index e725208..7687dcb 100644
--- a/src/group.h
+++ b/src/group.h
@@ -40,6 +40,8 @@ void group_unmap_window (rp_group *g, rp_window *win);
void groups_unmap_window (rp_window *win);
struct numset *group_get_numset ();
+void get_group_list (char *delim, struct sbuf *buffer, int *mark_start,
+ int *mark_end);
rp_window *group_prev_window (rp_group *g, rp_window *win);
rp_window *group_next_window (rp_group *g, rp_window *win);