Merge branch 'wlr_mirror_v1' into 'master'

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

See merge request wlroots/wlroots!3421
This commit is contained in:
Alexander Courtis 2023-02-20 00:19:41 +00:00
commit abbe353ae8
7 changed files with 1170 additions and 0 deletions

View file

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