summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
authorcos <cos>2013-05-24 18:55:31 +0200
committercos <cos>2013-05-26 20:31:42 +0200
commitd3793dba2a57d2512ca0a7987b3385986ec2c9ea (patch)
tree953a2510d92495a9625878c7954d9d6c7af4b3d7 /src/bar.h
parent472a958a2ce149313239fb5eb4244f7607887b31 (diff)
downloadratpoison-d3793dba2a57d2512ca0a7987b3385986ec2c9ea.zip
Adapt group bar to be updated on group number or name change.cr/implement_gnumber-with_winliststyle
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);