color-representation-v1: new protocol

Add a minimal implementation of the color-representation-v1 protocol
(not including anything to actually use the new properties in
rendering/scanout)
This commit is contained in:
David Turner 2025-02-04 17:44:58 +00:00
parent f5dc6416f0
commit eff620770c
4 changed files with 427 additions and 0 deletions

View file

@ -48,6 +48,7 @@ wlr_files += files(
'wlr_drm.c',
'wlr_export_dmabuf_v1.c',
'wlr_foreign_toplevel_management_v1.c',
'wlr_color_representation_v1.c',
'wlr_ext_image_copy_capture_v1.c',
'wlr_ext_foreign_toplevel_list_v1.c',
'wlr_ext_data_control_v1.c',