shithub: treason

ref: 204f2bbcf45dfda4cdfda322153b7b31ea63f167
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

struct Frame {
	uvlong dt;
	int w, h;
	struct {
		int left, top, right, bottom;
	}crop;
	u8int rgb[1];
};