Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | backend/session: Remove session_impl | Kenny 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. | |||
2021-04-14 | backend/session: Remove direct backend | Kenny Levinsen | |
This is instead delegated to libseat. | |||
2020-08-24 | session: Add libseat backend | Kenny Levinsen | |
2017-09-23 | Use more consistent include guard names | emersion | |
2017-08-26 | Rename functions to be consistent with #93 | Scott Anderson | |
2017-08-06 | Moved session/ into backend/ | Scott Anderson | |