aboutsummaryrefslogtreecommitdiff
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 @@
+#ifndef _SWAYBAR_RENDER_H
+#define _SWAYBAR_RENDER_H
+
+#include "config.h"
+#include "state.h"
+
+/**
+ * Render swaybar.
+ */
+void render(struct output *output, struct swaybar_config *config, struct status_line *line);
+
+#endif /* _SWAYBAR_RENDER_H */