backend/wayland: implement multi-output touch

This commit is contained in:
Lasse Heitgres 2026-06-10 14:08:23 +02:00
parent a6b3d52f5d
commit 2ccfa6d736
4 changed files with 168 additions and 81 deletions

View file

@ -457,10 +457,6 @@ static bool backend_start(struct wlr_backend *backend) {
init_seat_keyboard(seat);
}
if (seat->wl_touch) {
init_seat_touch(seat);
}
if (wl->tablet_manager) {
init_seat_tablet(seat);
}