2016-01-24 06:55:01 +11:00
|
|
|
#ifndef _SWAYBAR_RENDER_H
|
|
|
|
#define _SWAYBAR_RENDER_H
|
|
|
|
|
2018-03-29 14:04:20 +11:00
|
|
|
struct swaybar_output;
|
2016-01-24 06:55:01 +11:00
|
|
|
|
2018-09-29 01:17:15 +10:00
|
|
|
void render_frame(struct swaybar_output *output);
|
2016-01-24 06:55:01 +11:00
|
|
|
|
2018-03-29 14:04:20 +11:00
|
|
|
#endif
|