aboutsummaryrefslogtreecommitdiff
path: root/libseat/backend/logind.c
AgeCommit message (Collapse)Author
2020-08-06logind: Allow SwitchTo for all seatsKenny Levinsen
2020-08-06logind: close_device always returned errorKenny Levinsen
Error handling was broken in close_device, always returning -1. Use the return value, and add a few errno assignments while we're at it.
2020-08-05libseat: Rename libseat_impl to seat_implKenny Levinsen
2020-08-03libseat: Convert clients to linked_listKenny Levinsen
2020-07-31Initial implementation of seatd and libseatKenny Levinsen