shithub: treason

ref: 65f3155b4376c0d2368ca32b3e20b578825bc601
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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