mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wl_shell: listen for wlr_surface destroy signal
This commit is contained in:
parent
eaa414bbd8
commit
a04462ba8b
2 changed files with 25 additions and 3 deletions
|
|
@ -53,6 +53,8 @@ struct wlr_wl_shell_surface {
|
|||
char *title;
|
||||
char *class;
|
||||
|
||||
struct wl_listener surface_destroy_listener;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal ping_timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue