mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
scene: add missing output damage listener
This is necessary to handle damage coming from the backend and software cursors.
This commit is contained in:
parent
97f0347780
commit
694b8c6683
2 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue