diff options
Diffstat (limited to 'swaybar/render.h')
-rw-r--r-- | swaybar/render.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swaybar/render.h b/swaybar/render.h index 2815edfc..527cf76a 100644 --- a/swaybar/render.h +++ b/swaybar/render.h @@ -9,4 +9,9 @@ */ void render(struct output *output, struct swaybar_config *config, struct status_line *line); +/** + * Set window height and modify internal spacing accordingly. + */ +void set_window_height(struct window *window, int height); + #endif /* _SWAYBAR_RENDER_H */ |