scene: introduce wlr_scene_buffer.events.outputs_update

This event is useful for e.g. sending the preferred buffer scale to the
client.
This commit is contained in:
Kirill Primak 2022-11-07 20:00:44 +03:00 committed by Alexander Orzechowski
parent 42016fa262
commit 060df4c6c0
2 changed files with 4 additions and 0 deletions

View file

@ -131,6 +131,7 @@ struct wlr_scene_buffer {
struct wlr_buffer *buffer;
struct {
struct wl_signal outputs_update;
struct wl_signal output_enter; // struct wlr_scene_output
struct wl_signal output_leave; // struct wlr_scene_output
struct wl_signal output_present; // struct wlr_scene_output