mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-23 01:40:31 -05:00
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:
parent
ace2eda073
commit
ff457e925b
3 changed files with 202 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue