scene: add missing output damage listener

This is necessary to handle damage coming from the backend and software
cursors.
This commit is contained in:
Kirill Primak 2022-06-29 21:10:08 +03:00
parent 97f0347780
commit 694b8c6683
2 changed files with 14 additions and 0 deletions

View file

@ -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;
};