Make wlr_seat->data in rootston point to the wrapping roots_seat

This commit is contained in:
Las 2018-08-10 18:18:55 +02:00
parent 6367e0bc93
commit 437f538772
1 changed files with 1 additions and 0 deletions

View File

@ -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) {