backend/wayland/tablet_v2: give wlr_tablet_* ownership to wlr_wl_seat

This commit is contained in:
Simon Zeni 2022-03-08 09:33:58 -05:00 committed by Kirill Primak
parent d3fb44314c
commit 56f7c000b5
4 changed files with 262 additions and 255 deletions

View file

@ -418,7 +418,7 @@ static bool backend_start(struct wlr_backend *backend) {
}
if (wl->tablet_manager) {
wl_add_tablet_seat(wl->tablet_manager, seat);
init_seat_tablet(seat);
}
}