summaryrefslogtreecommitdiffstats
path: root/include/bar/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bar/render.h')
-rw-r--r--include/bar/render.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/bar/render.h b/include/bar/render.h
new file mode 100644
index 00000000..931a1cdd
--- /dev/null
+++ b/include/bar/render.h
@@ -0,0 +1,17 @@
1#ifndef _SWAYBAR_RENDER_H
2#define _SWAYBAR_RENDER_H
3
4#include "config.h"
5#include "bar.h"
6
7/**
8 * Render swaybar.
9 */
10void render(struct output *output, struct config *config, struct status_line *line);
11
12/**
13 * Set window height and modify internal spacing accordingly.
14 */
15void set_window_height(struct window *window, int height);
16
17#endif /* _SWAYBAR_RENDER_H */