mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
xdg_surface: handle wlr_surface destroy
This commit is contained in:
parent
4752b84f4e
commit
c5f8f81e58
2 changed files with 25 additions and 3 deletions
|
|
@ -15,6 +15,8 @@ struct wlr_xdg_surface_v6 {
|
|||
struct wl_resource *surface;
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_listener surface_destroy_listener;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue