1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 14:53:52 +01:00
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 */