wlroots-hyprland/types/seat
Dominique Martinet 51b9883ea0 seat: allow clients to bind to seat multiple times
This lets clients bind to a seat multiple times by re-using the existing
wlr_seat_client whenever a duplicate request happens.
Previously, an independant wlr_seat_client would be created and only
events from one would be processed.

Fixes #1023.
2018-06-04 22:31:36 +09:00
..
wlr_seat.c seat: allow clients to bind to seat multiple times 2018-06-04 22:31:36 +09:00
wlr_seat_keyboard.c
wlr_seat_pointer.c
wlr_seat_touch.c