shithub: treason

ref: f94984546e9c2debb2e7351163f6feec14ac9886
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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