sway/swaybar/render.h

13 lines
245 B
C
Raw Normal View History

2016-01-23 20:55:01 +01:00
#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 */