wlroots-hyprland/types/seat
Isaac Freund 34219b0334 touch: make cancel functions take a wlr_seat_client
The surface argument is only used to obtain a wlr_seat_client and
semantically makes no sense. The wl_touch.cancel event applies to all
touch points and all surfaces of a client.

I decided to make the functions accept a wlr_seat_client rather than a
wl_client as it is directly available in the wlr_touch_point struct and
simplifies the implementation.
2024-03-28 09:33:54 +00:00
..
wlr_seat.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
wlr_seat_keyboard.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
wlr_seat_pointer.c pointer: drop enum wlr_axis_orientation 2024-02-28 16:39:18 +00:00
wlr_seat_touch.c touch: make cancel functions take a wlr_seat_client 2024-03-28 09:33:54 +00:00