mirror of
https://github.com/NickHu/sway
synced 2025-01-06 05:24:19 +01:00
12 lines
245 B
C
12 lines
245 B
C
#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 */
|