aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-12-29 17:55:16 +0100
committerDominique Martinet <asmadeus@codewreck.org>2017-12-29 19:00:08 +0100
commite0eafa04293496b95f29fdaf42703f1fc1e29e2e (patch)
tree06a0a71af200bfdb7e5e551d37158d50535d3404 /include
parent58488ec5ce9254334bf3cfef986dfd7deeb62549 (diff)
xwayland: listen to wlr_seat destroy signal
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 8d71a7ab..d4590f97 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -28,6 +28,7 @@ struct wlr_xwayland {
struct wl_event_source *sigusr1_source;
struct wl_listener client_destroy;
struct wl_listener display_destroy;
+ struct wl_listener seat_destroy;
struct wlr_xwm *xwm;
struct wlr_xwayland_cursor *cursor;