We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3c89e commit 1bdcaddCopy full SHA for 1bdcadd
sway/server.c
@@ -418,6 +418,7 @@ bool server_init(struct sway_server *server) {
418
const enum wp_color_manager_v1_transfer_function transfer_functions[] = {
419
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_SRGB,
420
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ,
421
+ WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR,
422
};
423
const enum wp_color_manager_v1_primaries primaries[] = {
424
WP_COLOR_MANAGER_V1_PRIMARIES_SRGB,
0 commit comments