shithub: treason

ref: 339de1879aec67a053cc0bdf11bb47d3eaf290a2
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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