shithub: treason

ref: 98ff0d3b979916a86e675557021c485ee07ba04b
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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