shithub: treason

ref: 89924ce1822fa32494ad66fa2bbd4d6553c8669a
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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