shithub: treason

ref: 1d6632b87d627143b2a817c07dfda29bf4352f22
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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