render: sixel: use pixman_image_composite32()

This commit is contained in:
Daniel Eklöf 2020-06-06 14:22:54 +02:00
parent fd99b28beb
commit 0969b2ebd7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -779,7 +779,7 @@ render_sixel(struct terminal *term, pixman_image_t *pix,
assert(x + width <= term->width - term->margins.right);
assert(y + height <= term->height - term->margins.bottom);
pixman_image_composite(
pixman_image_composite32(
PIXMAN_OP_SRC,
sixel->pix,
NULL,