Skip to content

Commit c7fc7d1

Browse files
committed
wip! Log when enabling HDR
1 parent 65c163a commit c7fc7d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sway/config/output.c

+1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ static bool finalize_output_config(struct output_config *oc, struct sway_output
563563
if (output->color_transform == NULL && oc && oc->render_bit_depth == RENDER_BIT_DEPTH_10 &&
564564
(wlr_output->supported_primaries & WLR_COLOR_NAMED_PRIMARIES_BT2020) &&
565565
server.renderer->features.output_color_transform) {
566+
sway_log(SWAY_INFO, "ENABLING HDR ON %s", wlr_output->name);
566567
output->color_transform = wlr_color_transform_init_srgb(WLR_COLOR_NAMED_PRIMARIES_BT2020);
567568
}
568569

0 commit comments

Comments
 (0)