shithub: treason

ref: 667c2a7f2d8d61b389fa45b2adf1f0dfaffeeb8d
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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