shithub: treason

ref: 2f4e78d223b2916ec92874e533d1a0308b065200
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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