aboutsummaryrefslogtreecommitdiff
path: root/include/backend/session/session.h
AgeCommit message (Collapse)Author
2021-04-14backend/session: Remove session_implKenny Levinsen
libseat provides all session functionality, so there is no longer need for a session backend abstraction. The libseat device ID, seat handle and event loop handle are moved to the main wlr_session and wlr_device structs.
2020-08-24session: Add libseat backendKenny Levinsen