shithub: treason

ref: 99bb4ede6aa7d3fdcabdbe02abe1f65261127972
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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