diff --git a/libweston/backend-headless/headless.c b/libweston/backend-headless/headless.c index 5f2f2898..7165ce40 100644 --- a/libweston/backend-headless/headless.c +++ b/libweston/backend-headless/headless.c @@ -361,6 +361,8 @@ headless_head_create(struct weston_compositor *compositor, weston_head_init(&head->base, name); weston_head_set_connection_status(&head->base, true); + weston_head_set_supported_eotf_mask(&head->base, + WESTON_EOTF_MODE_ALL_MASK); /* Ideally all attributes of the head would be set here, so that the * user has all the information when deciding to create outputs.