shithub: treason

ref: 3f03592d6961c9f33b681b3269803739766b0c4b
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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