[sixel] attach the sixelmap to the sprixel post-load

pull/1610/head
nick black 3 years ago committed by Nick Black
parent 322ee8309d
commit fe719a6c39

@ -562,6 +562,8 @@ sixel_blit_inner(int leny, int lenx, const sixeltable* stab, int rows, int cols,
free(buf);
return -1;
}
sixelmap_trim(stab->map);
bargs->u.pixel.spx->smap = stab->map;
return 1;
}

Loading…
Cancel
Save