Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-21 | backend: introduce wlr_backend_finish | Simon Ser | |
This new functions cleans up the common backend state. While this currently only emits the destroy signal, this will also clean up the renderer and allocator in upcoming patches. | |||
2020-12-31 | noop: listen to display destroy and destroy the backend | Ilia Bozhinov | |
2019-01-17 | Introduce noop backend | Ryan Dwyer | |
The noop backend is similar to headless, but it doesn't contain a renderer. It can be used as a place to stash views for when there's no physical outputs connected. |