Make wlr_seat->data in rootston point to the wrapping roots_seat
This commit is contained in:
parent
6367e0bc93
commit
437f538772
|
@ -567,6 +567,7 @@ struct roots_seat *roots_seat_create(struct roots_input *input, char *name) {
|
||||||
free(seat);
|
free(seat);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
seat->seat->data = seat;
|
||||||
|
|
||||||
roots_seat_init_cursor(seat);
|
roots_seat_init_cursor(seat);
|
||||||
if (!seat->cursor) {
|
if (!seat->cursor) {
|
||||||
|
|
Loading…
Reference in New Issue