shithub: treason

ref: 76825c1dcb8790254983ea504ef1e7347ea3d91c
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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