1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-11 11:26:23 +02:00
sway/include/swaynag/render.h

8 lines
134 B
C
Raw Permalink Normal View History

#ifndef _SWAYNAG_RENDER_H
#define _SWAYNAG_RENDER_H
#include "swaynag/swaynag.h"
2018-07-26 03:57:19 +02:00
void render_frame(struct swaynag *swaynag);
2018-07-26 03:57:19 +02:00
#endif