From 060df4c6c0f92e3989ce6fa13e5862bb3bee7dae Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 7 Nov 2022 20:00:44 +0300 Subject: scene: introduce wlr_scene_buffer.events.outputs_update This event is useful for e.g. sending the preferred buffer scale to the client. --- include/wlr/types/wlr_scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index e45a3ee0..e3e56cf7 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -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 -- cgit v1.2.3