mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
render: csd_part: we don’t use the ‘src’ pixman image
This commit is contained in:
parent
61635b4132
commit
e69c3e5b1e
1 changed files with 0 additions and 3 deletions
3
render.c
3
render.c
|
|
@ -1566,12 +1566,9 @@ render_csd_part(struct terminal *term,
|
|||
{
|
||||
xassert(term->window->csd_mode == CSD_YES);
|
||||
|
||||
//pixman_image_t *src = pixman_image_create_solid_fill(color);
|
||||
|
||||
pixman_image_fill_rectangles(
|
||||
PIXMAN_OP_SRC, buf->pix[0], color, 1,
|
||||
&(pixman_rectangle16_t){0, 0, buf->width, buf->height});
|
||||
//pixman_image_unref(src);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue