2016-01-23 20:55:01 +01:00
|
|
|
#ifndef _SWAYBAR_RENDER_H
|
|
|
|
#define _SWAYBAR_RENDER_H
|
|
|
|
|
2018-03-28 23:04:20 -04:00
|
|
|
struct swaybar_output;
|
2016-01-23 20:55:01 +01:00
|
|
|
|
2018-09-28 16:17:15 +01:00
|
|
|
void render_frame(struct swaybar_output *output);
|
2016-01-23 20:55:01 +01:00
|
|
|
|
2018-03-28 23:04:20 -04:00
|
|
|
#endif
|