aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.h')
-rw-r--r--swaybar/render.h5
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 @@
9 */ 9 */
10void render(struct output *output, struct swaybar_config *config, struct status_line *line); 10void render(struct output *output, struct swaybar_config *config, struct status_line *line);
11 11
12/**
13 * Set window height and modify internal spacing accordingly.
14 */
15void set_window_height(struct window *window, int height);
16
12#endif /* _SWAYBAR_RENDER_H */ 17#endif /* _SWAYBAR_RENDER_H */