shithub: treason

ref: 0bd4d710394e8347d0a224e460a3f0119095eab7
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

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