shithub: treason

ref: 19cbe98daef0d058a0387f03cc36e44f9169e04b
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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