aboutsummaryrefslogtreecommitdiff
path: root/backend/noop/backend.c
AgeCommit message (Collapse)Author
2021-11-25backend: remove noop backendSimon Zeni
2021-05-21backend: introduce wlr_backend_finishSimon 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-31noop: listen to display destroy and destroy the backendIlia Bozhinov
2019-01-17Introduce noop backendRyan 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.