shithub: treason

ref: 4e89369d48a1d9f9cabc072d82b77273ca427d6e
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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