mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend/wayland/tablet_v2: give wlr_tablet_* ownership to wlr_wl_seat
This commit is contained in:
parent
d3fb44314c
commit
56f7c000b5
4 changed files with 262 additions and 255 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue