diff options
author | Las <las@protonmail.ch> | 2018-08-10 18:18:55 +0200 |
---|---|---|
committer | Las <las@protonmail.ch> | 2018-09-18 10:14:33 +0200 |
commit | 437f5387728703aca859f6fcec021a700472be33 (patch) | |
tree | 78199d9856af62c9f9bda86a03397c7984aee9e2 | |
parent | 6367e0bc93f33868371fc443808a1753625faea6 (diff) |
Make wlr_seat->data in rootston point to the wrapping roots_seat
-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) { |