diff options
| -rw-r--r-- | rootston/seat.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rootston/seat.c b/rootston/seat.c index e888bfa5..929fe504 100644 --- a/rootston/seat.c +++ b/rootston/seat.c @@ -567,6 +567,7 @@ struct roots_seat *roots_seat_create(struct roots_input *input, char *name) {  		free(seat);  		return NULL;  	} +	seat->seat->data = seat;  	roots_seat_init_cursor(seat);  	if (!seat->cursor) { | 
