shithub: treason

ref: 4ce14a7e0fc4c27895af0a3281c032b7e1890d10
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

struct Frame {
	int w, h;
	uvlong dt;
	u8int rgb[1];
};