From 8eed857292cd5b473a07920b1a5698f1e641da22 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 1 Feb 2018 12:08:35 +0100 Subject: output: add destroy signal for wlr_output_cursor --- include/wlr/types/wlr_output.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 55431ab1..9df2001e 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -29,6 +29,10 @@ struct wlr_output_cursor { struct wlr_surface *surface; struct wl_listener surface_commit; struct wl_listener surface_destroy; + + struct { + struct wl_signal destroy; + } events; }; struct wlr_output_impl; -- cgit v1.2.3