sway/server: stop advertising "srgb" color TF

In anticipation of
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/442
This commit is contained in:
Félix Poisot 2025-10-16 18:53:37 +00:00
parent 055be4ec35
commit f717b4fe5a

View file

@ -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,