mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Listen to display destroy in wl-shell
This commit is contained in:
parent
983ea3033f
commit
9ddaea14a1
2 changed files with 14 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ struct wlr_wl_shell {
|
|||
struct wl_list popup_grabs;
|
||||
uint32_t ping_timeout;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
struct {
|
||||
struct wl_signal new_surface;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue