wlroots/backend/wayland
Simon Ser 8c3c6987db backend/wayland: fix touch device not added on startup
We were firing the new_input signal on backend initialization,
before the compositor had the chance to add a listener for it.

Mimick what's done for wl_keyboard: if the backend hasn't been
started, delay wl_touch initialization.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3473
2022-08-11 09:13:08 +02:00
..
backend.c backend/wayland: fix touch device not added on startup 2022-08-11 09:13:08 +02:00
meson.build
output.c output: pass wlr_output_state to backend 2022-05-30 11:34:57 +02:00
pointer.c backend/wayland: handle high-res scroll events 2022-07-11 11:01:35 +02:00
seat.c backend/wayland: fix touch device not added on startup 2022-08-11 09:13:08 +02:00
tablet_v2.c