mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
scene: update textures with damage
This commit is contained in:
parent
0a8e8aec58
commit
dd0e70af5d
2 changed files with 26 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue