mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
output: add destroy signal for wlr_output_cursor
This commit is contained in:
parent
429f06d3f1
commit
8eed857292
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue