shithub: treason

ref: 0a0e38c97f48a3dc902b71eaf31905a63a832232
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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