output-group: new helper

wlr_output_group allows compositors to group multiple outputs
together and manage them as a single wlr_output. It's useful for
output mirroring, and in the future for handling tiled displays.
This commit is contained in:
Simon Ser 2021-07-26 14:22:44 +02:00
parent ace2eda073
commit ff457e925b
3 changed files with 202 additions and 0 deletions

View file

@ -37,6 +37,7 @@ wlr_files += files(
'wlr_linux_dmabuf_v1.c',
'wlr_matrix.c',
'wlr_output_damage.c',
'wlr_output_group.c',
'wlr_output_layout.c',
'wlr_output_management_v1.c',
'wlr_output_power_management_v1.c',