aboutsummaryrefslogtreecommitdiff
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 @@
#define _SWAYBAR_RENDER_H
#include "config.h"
-#include "state.h"
+#include "bar.h"
/**
* Render swaybar.
*/
-void render(struct output *output, struct swaybar_config *config, struct status_line *line);
+void render(struct output *output, struct config *config, struct status_line *line);
/**
* Set window height and modify internal spacing accordingly.