From 0969b2ebd7560f50b3f1395871a761fa2e021c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 6 Jun 2020 14:22:54 +0200 Subject: [PATCH] render: sixel: use pixman_image_composite32() --- render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.c b/render.c index bcee17da..8fd7d42e 100644 --- a/render.c +++ b/render.c @@ -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,