From dfeb1309a83ef3ab5ceb189d0b721c2b7cf5680c Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Thu, 19 May 2022 14:21:21 -0400 Subject: wlr_scene: Add presentation signal for wlr_scene_buffer --- include/wlr/types/wlr_scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index c4b171e3..99d6ca61 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -114,6 +114,7 @@ struct wlr_scene_buffer { struct { 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 } events; // private state -- cgit v1.2.3