diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-07-26 23:18:45 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-26 20:31:03 +0000 |
commit | 529f1b82ee73939071eb9fd59cbd9318d47d2525 (patch) | |
tree | db8904c2e8a62833ccca510e5b9c6a05df5c6e36 /include/wlr/xwayland/shell.h | |
parent | 307720d5019c62bb8dfeea9e2cb5638cec526553 (diff) |
xwayland/shell: don't listen to wlr_surface.events.destroy
The wlr_xwayland_surface_v1 will be destroyed automatically
from xwl_surface_role_destroy().
Diffstat (limited to 'include/wlr/xwayland/shell.h')
-rw-r--r-- | include/wlr/xwayland/shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/xwayland/shell.h b/include/wlr/xwayland/shell.h index 75a410e2..6cd3d93e 100644 --- a/include/wlr/xwayland/shell.h +++ b/include/wlr/xwayland/shell.h @@ -46,8 +46,6 @@ struct wlr_xwayland_surface_v1 { struct wl_list link; struct wlr_xwayland_shell_v1 *shell; bool added; - - struct wl_listener surface_destroy; }; /** |