shithub: treason

ref: 272d632955a70c61cef5d92403cdad89aff41387
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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