diff options
Diffstat (limited to 'src/bar.h')
-rw-r--r-- | src/bar.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ #ifndef _RATPOISON_BAR_H #define _RATPOISON_BAR_H 1 -void update_window_names (rp_screen *s); +void update_window_names (rp_screen *s, char *fmt); void update_bar (rp_screen *s); -int show_bar (rp_screen *s); +int show_bar (rp_screen *s, char *fmt); int hide_bar (rp_screen *s); int bar_y (rp_screen *s, int height); int bar_x (rp_screen *s, int width); |