shithub: treason

ref: 190e3848a9ecf54d0b1a5863d1ed653f0fa24ae8
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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