From 694b8c66837ab232f32fabd212869f4e2b4606ad Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Wed, 29 Jun 2022 21:10:08 +0300 Subject: scene: add missing output damage listener This is necessary to handle damage coming from the backend and software cursors. --- include/wlr/types/wlr_scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index 74f55288..95f18f37 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -176,6 +176,7 @@ struct wlr_scene_output { struct wl_listener output_commit; struct wl_listener output_mode; + struct wl_listener output_damage; struct wl_listener output_needs_frame; }; -- cgit v1.2.3