aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-08 01:38:45 +0100
committeremersion <contact@emersion.fr>2017-12-08 01:38:45 +0100
commitb06535718dd61d99ca904e4dbb503b8857456c46 (patch)
tree329814c861cd5c406baccb847a7ae14ea6789c60 /include/wlr/xwayland.h
parent18eb1eee3f97e169ff5fca67625452cbd81627c5 (diff)
Do not destroy wl_client in wlr_xwayland_finish
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 455b1026..f6b43851 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -23,7 +23,7 @@ struct wlr_xwayland {
time_t server_start;
struct wl_event_source *sigusr1_source;
- struct wl_listener destroy_listener;
+ struct wl_listener client_destroy;
struct wl_listener display_destroy;
struct wlr_xwm *xwm;
struct wlr_xwayland_cursor *cursor;