shithub: treason

ref: 6d7bf12a173f770c54c290c608a6f80bd0d0c83e
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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