1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00
sway-patched-tray-menu/include/swaynag/render.h
2018-08-01 22:47:54 -04:00

6 lines
116 B
C

#ifndef _SWAY_NAGBAR_RENDER_H
#define _SWAY_NAGBAR_RENDER_H
void render_frame(struct sway_nagbar *nagbar);
#endif