mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
6 lines
116 B
C
6 lines
116 B
C
#ifndef _SWAY_NAGBAR_RENDER_H
|
|
#define _SWAY_NAGBAR_RENDER_H
|
|
|
|
void render_frame(struct sway_nagbar *nagbar);
|
|
|
|
#endif
|