diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 08:23:23 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 08:23:23 -0500 |
commit | fc17c74516c7c843f15426bca754a16f963ad348 (patch) | |
tree | 91dc83c932cea2100acd36bcc2b888be967a335d /include/wlr | |
parent | b0683874e98a2dab7cc73734355bb8e0ad656113 (diff) |
xwayland: clean up seat setting
Diffstat (limited to 'include/wlr')
-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 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; |