aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.h')
-rw-r--r--swaybar/render.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/swaybar/render.h b/swaybar/render.h
new file mode 100644
index 00000000..2815edfc
--- /dev/null
+++ b/swaybar/render.h
@@ -0,0 +1,12 @@
1#ifndef _SWAYBAR_RENDER_H
2#define _SWAYBAR_RENDER_H
3
4#include "config.h"
5#include "state.h"
6
7/**
8 * Render swaybar.
9 */
10void render(struct output *output, struct swaybar_config *config, struct status_line *line);
11
12#endif /* _SWAYBAR_RENDER_H */