picom/src/backend/xrender
Yuxuan Shui 1c7a4ff5a3
backend: xrender: fix clone_image
We were using default_clone_image, but:

1) it's copying the wrong type, xrender_image has an extra member.
2) it doesn't clone the rounded corner cache properly, that has to be
   separately reference counted.

Reported-in: #728
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2021-11-20 01:27:24 +00:00
..
xrender.c backend: xrender: fix clone_image 2021-11-20 01:27:24 +00:00