Skip to content

Commit 1bdcadd

Browse files
committed
wip! Add support for ext_linear TF with color-management-v1
1 parent 2c3c89e commit 1bdcadd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sway/server.c

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ bool server_init(struct sway_server *server) {
418418
const enum wp_color_manager_v1_transfer_function transfer_functions[] = {
419419
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_SRGB,
420420
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ,
421+
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR,
421422
};
422423
const enum wp_color_manager_v1_primaries primaries[] = {
423424
WP_COLOR_MANAGER_V1_PRIMARIES_SRGB,

0 commit comments

Comments
 (0)