mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add missing destroy events on automatically destroyed objects
This commit is contained in:
parent
3e651b4642
commit
c0d4d7217b
10 changed files with 21 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ struct wlr_xwayland {
|
|||
struct wlr_seat *seat;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal ready;
|
||||
struct wl_signal new_surface; // struct wlr_xwayland_surface
|
||||
struct wl_signal remove_startup_info; // struct wlr_xwayland_remove_startup_info_event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue