color-management-v1: new protocol

This implements the bare minimum to expose the protocol interfaces.

References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14
This commit is contained in:
Simon Ser 2025-01-22 08:52:43 +01:00
parent 10b8880fc7
commit 0ab3c1d060
4 changed files with 609 additions and 1 deletions

View file

@ -36,6 +36,7 @@ wlr_files += files(
'buffer/readonly_data.c',
'buffer/resource.c',
'wlr_alpha_modifier_v1.c',
'wlr_color_management_v1.c',
'wlr_compositor.c',
'wlr_content_type_v1.c',
'wlr_cursor_shape_v1.c',