aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-22 08:23:23 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-22 08:23:23 -0500
commitfc17c74516c7c843f15426bca754a16f963ad348 (patch)
tree91dc83c932cea2100acd36bcc2b888be967a335d /include/wlr
parentb0683874e98a2dab7cc73734355bb8e0ad656113 (diff)
xwayland: clean up seat setting
Diffstat (limited to 'include/wlr')
-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 cef17f38..351c6cd1 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -21,6 +21,7 @@ struct wlr_xwayland {
struct wl_client *client;
struct wl_display *wl_display;
struct wlr_compositor *compositor;
+ struct wlr_seat *seat;
time_t server_start;
struct wl_event_source *sigusr1_source;