shithub: treason

ref: 142417e79121a5b52bd22cee37d98fef219f3fe6
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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