From 3d8c471aef7ae06d0ab33b69836e380e818a1c6c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 18 Dec 2025 15:10:15 +0100 Subject: [PATCH] color_management_v1: add BT.1886 to TF-from-renderer helper BT.1886 support has been added to wlroots after this helper got written. --- types/wlr_color_management_v1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/types/wlr_color_management_v1.c b/types/wlr_color_management_v1.c index 14c7acabd..18ce6ec26 100644 --- a/types/wlr_color_management_v1.c +++ b/types/wlr_color_management_v1.c @@ -1055,6 +1055,7 @@ wlr_color_manager_v1_transfer_function_list_from_renderer(struct wlr_renderer *r WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_GAMMA22, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR, + WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_BT1886, }; enum wp_color_manager_v1_transfer_function *out = NULL;