mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
render/pixman: render on shadow image when prefered
This commit is contained in:
parent
2c1f23096c
commit
561e56cd7d
3 changed files with 55 additions and 21 deletions
|
|
@ -32,6 +32,7 @@ struct wlr_pixman_buffer {
|
|||
struct wl_list link; // wlr_pixman_renderer.buffers
|
||||
|
||||
pixman_image_t *image;
|
||||
pixman_image_t *shadow;
|
||||
|
||||
struct wlr_addon addon;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue