aboutsummaryrefslogtreecommitdiff
path: root/include/backend/session/session.h
AgeCommit message (Collapse)Author
2023-06-05Add some missing includes/declarationsKirill Primak
2021-12-13backend/drm: add wlr_drm_backend_monitorChris Chamberlain
This helper is responsible for listening for new DRM devices and create new child DRM backends as necessary.
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