mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-25 21:58:31 +01:00
7 lines
134 B
C
7 lines
134 B
C
#ifndef _SWAYNAG_RENDER_H
|
|
#define _SWAYNAG_RENDER_H
|
|
#include "swaynag/swaynag.h"
|
|
|
|
void render_frame(struct swaynag *swaynag);
|
|
|
|
#endif
|