shithub: treason

ref: f8f4444cde638c762dc175508f19dd1b5cb6f7fc
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

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