wlroots/backend/libinput
Simon Ser 1d9c1bcea6 input-device: remove wlr_input_device.link
This field's ownership is unclear: it's in wlr_input_device, but
it's not managed by the common code, it's up to each individual
backend to use it and clean it up.

Since this is a backend implementation detail, move it to the
backend-specific structs.
2021-11-23 14:14:18 +00:00
..
backend.c input-device: remove wlr_input_device.link 2021-11-23 14:14:18 +00:00
events.c input-device: remove wlr_input_device.link 2021-11-23 14:14:18 +00:00
keyboard.c Replace wlr_key_state with wl_keyboard_key_state 2020-11-11 10:58:38 +01:00
meson.build build: check if libinput supports hold gestures 2021-09-27 15:30:31 +02:00
pointer.c backend/libinput: send hold gesture events 2021-09-27 15:30:31 +02:00
switch.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
tablet_pad.c tablet: stop using wlr_list 2021-07-01 10:35:39 -04:00
tablet_tool.c input/tablet: fix `wl_array_for_each` usage on tablet proximity 2021-08-15 23:26:51 +02:00
touch.c backend/libinput: send touch frame events 2021-07-08 09:12:17 +02:00