mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
wlr_texture: Expose owning renderer
This commit is contained in:
parent
43a3cbe6ae
commit
fc6fd95e4d
9 changed files with 46 additions and 35 deletions
|
|
@ -37,7 +37,6 @@ struct wlr_pixman_buffer {
|
|||
|
||||
struct wlr_pixman_texture {
|
||||
struct wlr_texture wlr_texture;
|
||||
struct wlr_pixman_renderer *renderer;
|
||||
struct wl_list link; // wlr_pixman_renderer.textures
|
||||
|
||||
pixman_image_t *image;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue