shithub: treason

ref: 85a8a51370eb0b8a4061fc601c705d43cc73b119
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

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