shithub: treason

ref: 902ca370394b608c685eb79ca61386a530bc9a85
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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