From f717b4fe5a3acc2d271b238b3ef48e1ce4859d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Poisot?= Date: Thu, 16 Oct 2025 18:53:37 +0000 Subject: [PATCH] sway/server: stop advertising "srgb" color TF In anticipation of https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/442 --- sway/server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sway/server.c b/sway/server.c index 063b96331..4d058f84b 100644 --- a/sway/server.c +++ b/sway/server.c @@ -459,7 +459,6 @@ bool server_init(struct sway_server *server) { WP_COLOR_MANAGER_V1_RENDER_INTENT_PERCEPTUAL, }; const enum wp_color_manager_v1_transfer_function transfer_functions[] = { - WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_SRGB, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_GAMMA22,