summaryrefslogtreecommitdiffstats
path: root/swaybar/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.h')
-rw-r--r--swaybar/render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/render.h b/swaybar/render.h
index 527cf76a..931a1cdd 100644
--- a/swaybar/render.h
+++ b/swaybar/render.h
@@ -2,12 +2,12 @@
2#define _SWAYBAR_RENDER_H 2#define _SWAYBAR_RENDER_H
3 3
4#include "config.h" 4#include "config.h"
5#include "state.h" 5#include "bar.h"
6 6
7/** 7/**
8 * Render swaybar. 8 * Render swaybar.
9 */ 9 */
10void render(struct output *output, struct swaybar_config *config, struct status_line *line); 10void render(struct output *output, struct config *config, struct status_line *line);
11 11
12/** 12/**
13 * Set window height and modify internal spacing accordingly. 13 * Set window height and modify internal spacing accordingly.