summaryrefslogtreecommitdiff
path: root/src/bar.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/bar.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/bar.h')
-rw-r--r--src/bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bar.h b/src/bar.h
index 2156802..0d70644 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -23,8 +23,10 @@
#define _RATPOISON_BAR_H 1
void update_window_names (rp_screen *s, char *fmt);
+void update_group_names (rp_screen *s);
void update_bar (rp_screen *s);
int show_bar (rp_screen *s, char *fmt);
+int show_group_bar (rp_screen *s);
int hide_bar (rp_screen *s);
int bar_y (rp_screen *s, int height);
int bar_x (rp_screen *s, int width);