wlr_mirror_v1: adds mirroring of variable source on a single destination output

This commit is contained in:
Alexander Courtis 2022-01-07 11:25:46 +11:00
parent 59b9518f07
commit 392dde7bed
8 changed files with 1271 additions and 0 deletions

View file

@ -56,6 +56,9 @@ compositors = {
'src': 'scene-graph.c',
'proto': ['xdg-shell'],
},
'mirror': {
'src': 'mirror.c',
},
}
clients = {