sway/include/swaynag/render.h

7 lines
116 B
C
Raw Normal View History

2018-07-26 01:57:19 +00:00
#ifndef _SWAY_NAGBAR_RENDER_H
#define _SWAY_NAGBAR_RENDER_H
void render_frame(struct sway_nagbar *nagbar);
#endif