shithub: treason

ref: da87714c5076427d1615520189fde375bc98394f
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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