wlroots/types/seat
Sebastian Krzyszkowiak a14d650864 wlr_seat_touch: Destroy the touchpoint on client destroy
Since e26217c51e3a5e1d7dfc95a8a76299e056497981, touchpoints can outlive
surfaces. This works fine as long as the client stays around, but fails
horribly otherwise; therefore we have to make sure that touchpoints don't
outlive their clients.

Fixes #1788
2019-09-14 16:19:07 +03:00
..
wlr_seat.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_seat_keyboard.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_seat_pointer.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_seat_touch.c wlr_seat_touch: Destroy the touchpoint on client destroy 2019-09-14 16:19:07 +03:00