scene: update textures with damage

This commit is contained in:
Simon Ser 2023-04-11 22:07:39 +02:00
parent 0a8e8aec58
commit dd0e70af5d
2 changed files with 26 additions and 7 deletions

View file

@ -171,7 +171,7 @@ struct wlr_scene_buffer {
struct wlr_fbox src_box;
int dst_width, dst_height;
enum wl_output_transform transform;
pixman_region32_t opaque_region;
pixman_region32_t damage, opaque_region;
struct wlr_linux_dmabuf_feedback_v1_init_options prev_feedback_options;
bool buffer_locked;
struct wl_listener buffer_release;