From d3bc17d5d1712cb445598d5fbfd40574661b2568 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 31 May 2022 21:39:53 +0300 Subject: scene: add wlr_scene_output.events.destroy --- include/wlr/types/wlr_scene.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index 38a2e478..4b8ea517 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -164,6 +164,10 @@ struct wlr_scene_output { int x, y; + struct { + struct wl_signal destroy; + } events; + // private state uint8_t index; -- cgit v1.2.3