diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-23 23:11:44 +0200 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-24 07:51:24 +0200 |
commit | fd3ad3b9e42d9f2d1196a5c36b07763283729053 (patch) | |
tree | 209015af1aadfe34dc3c847cb6a330ed8f641f53 /include | |
parent | 0196284331fc249293a9b6a74ba9f71ccdc681dd (diff) |
xwayland: fix shutdown caused by Xwayland/client stop
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 4d1a726d..804e9962 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -18,6 +18,7 @@ struct wlr_xwayland { time_t server_start; struct wl_event_source *sigusr1_source; + struct wl_listener destroy_listener; struct wlr_xwm *xwm; struct wl_list displayable_windows; }; |