mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -05:00
output: drop wlr_output_cursor.events.destroy
Compositors can just listen to wlr_output.events.destroy instead.
This commit is contained in:
parent
1ab3e582ac
commit
638c5cda51
2 changed files with 0 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue