xwayland: clean up seat setting

This commit is contained in:
Tony Crisci 2017-11-22 08:23:23 -05:00
parent b0683874e9
commit fc17c74516
4 changed files with 13 additions and 15 deletions

View file

@ -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;