typedef struct Layer Layer; struct Layer { RFrame rf; Image *canvas; };