mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/wayland: implement multi-output touch
This commit is contained in:
parent
a6b3d52f5d
commit
2ccfa6d736
4 changed files with 168 additions and 81 deletions
|
|
@ -1151,6 +1151,9 @@ static void output_start(struct wlr_wl_output *output) {
|
|||
if (seat->wl_pointer) {
|
||||
create_pointer(seat, output);
|
||||
}
|
||||
if (seat->wl_touch) {
|
||||
create_touch(seat, output);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue