diff options
author | Simon Ser <contact@emersion.fr> | 2022-05-27 18:42:51 +0200 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2022-05-31 11:40:47 +0000 |
commit | 638c5cda5116b4b7f6e1156e552945023688d83a (patch) | |
tree | b59fd8279d5cbcf7dad4b5bc8971bfe44b9b1755 /include/wlr | |
parent | 1ab3e582acda1829e2ad84aa278550c5cfa174b1 (diff) |
output: drop wlr_output_cursor.events.destroy
Compositors can just listen to wlr_output.events.destroy instead.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |