From 06d301bf1a15826fb6ab89b9c40d40ecb86060cc Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Sun, 19 Nov 2023 16:23:19 -0500 Subject: wlr_scene: Track output damage separately The damage ring is only supposed to keep track of damage within the swapchain --- include/wlr/types/wlr_scene.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index dc8d6fef..2811e95b 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -206,6 +206,8 @@ struct wlr_scene_output { // private state + pixman_region32_t pending_commit_damage; + uint8_t index; bool prev_scanout; -- cgit v1.2.3