mirror of
https://github.com/NickHu/sway
synced 2024-12-25 21:58:16 +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
|