ref: 44f4ed0d8f048de95984e01e33d34cff27040114 dir: /frame.h/
typedef struct Frame Frame; struct Frame { int w, h; uvlong dt; u8int rgb[1]; };