mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04: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);
|
xassert(term->window->csd_mode == CSD_YES);
|
||||||
|
|
||||||
//pixman_image_t *src = pixman_image_create_solid_fill(color);
|
|
||||||
|
|
||||||
pixman_image_fill_rectangles(
|
pixman_image_fill_rectangles(
|
||||||
PIXMAN_OP_SRC, buf->pix[0], color, 1,
|
PIXMAN_OP_SRC, buf->pix[0], color, 1,
|
||||||
&(pixman_rectangle16_t){0, 0, buf->width, buf->height});
|
&(pixman_rectangle16_t){0, 0, buf->width, buf->height});
|
||||||
//pixman_image_unref(src);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue