From 638c5cda5116b4b7f6e1156e552945023688d83a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 27 May 2022 18:42:51 +0200 Subject: output: drop wlr_output_cursor.events.destroy Compositors can just listen to wlr_output.events.destroy instead. --- include/wlr/types/wlr_output.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index a6523d3d..d3d44132 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -40,10 +40,6 @@ struct wlr_output_cursor { struct wlr_surface *surface; struct wl_listener surface_commit; struct wl_listener surface_destroy; - - struct { - struct wl_signal destroy; - } events; }; enum wlr_output_adaptive_sync_status { -- cgit v1.2.3