diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c index 63a62873..b06bcda2 100644 --- a/src/sna/sna_glyphs.c +++ b/src/sna/sna_glyphs.c @@ -978,13 +978,13 @@ next_image: ok = sna->render.composite(sna, PictOpAdd, this_atlas, NULL, mask, 0, 0, 0, 0, 0, 0, - width, height, + 0, 0, &tmp); } else { ok = sna->render.composite(sna, PictOpAdd, sna->render.white_picture, this_atlas, mask, 0, 0, 0, 0, 0, 0, - width, height, + 0, 0, &tmp); } if (!ok) {