mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
render: unref clip region
This commit is contained in:
parent
32bceaa786
commit
26859a5168
1 changed files with 1 additions and 0 deletions
1
render.c
1
render.c
|
|
@ -624,6 +624,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
||||||
&clip, x, y,
|
&clip, x, y,
|
||||||
render_width, term->cell_height);
|
render_width, term->cell_height);
|
||||||
pixman_image_set_clip_region32(pix, &clip);
|
pixman_image_set_clip_region32(pix, &clip);
|
||||||
|
pixman_region32_fini(&clip);
|
||||||
|
|
||||||
/* Background */
|
/* Background */
|
||||||
pixman_image_fill_rectangles(
|
pixman_image_fill_rectangles(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue