shithub: treason

ref: 325e635966381744f324b92c740a20c71dbae95c
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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