shithub: treason

ref: ed1cdb97219e38a58059984894d1bed4556776af
dir: treason/frame.h

View raw version
typedef struct Frame Frame;

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