shithub: treason

ref: 1726aef226fe5b6dcd7b61cd106d1ddf4bb432a0
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

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