sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

render.h (134B) - View raw


1
2
3
4
5
6
7
#ifndef _SWAYNAG_RENDER_H
#define _SWAYNAG_RENDER_H
#include "swaynag/swaynag.h"

void render_frame(struct swaynag *swaynag);

#endif