Skip to content

staging/drm-lease: clarify connector naming

Xaver Hugl requested to merge Zamundaaa/wayland-protocols:drm-leasing-name into main

If the compositor advertises an output as a wp_drm_lease_connector_v1 and as wl_output, it should make the names match to allow clients to identify the connection between the two outputs.

This is done without strict requirements to prevent useless checks in clients about which version is supported. If the compositor doesn't support this, the client simply can't make any connection between lease connectors and wl_outputs.

Signed-off-by: Xaver Hugl xaver.hugl@gmail.com

Merge request reports