diff options
Diffstat (limited to 'bar.h')
-rw-r--r-- | bar.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,4 +24,6 @@ void update_window_names (screen_info *s); void toggle_bar (screen_info *s); int show_bar (screen_info *s); int hide_bar (screen_info *s); +int bar_y (screen_info *s); +int bar_x (screen_info *s, int width); #endif _BAR_H |