Introduce noop backend

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.
This commit is contained in:
Ryan Dwyer 2019-01-17 20:13:55 +10:00
parent 10b1de6e71
commit 9b4be5a595
7 changed files with 218 additions and 1 deletions

View file

@ -20,6 +20,8 @@ backend_files = files(
'libinput/tablet_tool.c',
'libinput/touch.c',
'multi/backend.c',
'noop/backend.c',
'noop/output.c',
'session/direct-ipc.c',
'session/session.c',
'wayland/backend.c',