xwayland/xwm: use role object destroy handler

This commit is contained in:
Kirill Primak 2022-11-06 13:39:34 +03:00
parent acd5a64fd1
commit 32daa43a45
2 changed files with 30 additions and 41 deletions

View file

@ -151,8 +151,6 @@ struct wlr_xwayland_surface {
struct wl_signal ping_timeout;
} events;
struct wl_listener surface_destroy;
void *data;
};