mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Add support for HDR10 output
This commit is contained in:
parent
c7d7d56f61
commit
bac8c0f4d0
11 changed files with 139 additions and 23 deletions
|
|
@ -406,8 +406,8 @@ static void ipc_json_describe_enabled_output(struct sway_output *output,
|
|||
}
|
||||
|
||||
json_object_object_add(object, "max_render_time", json_object_new_int(output->max_render_time));
|
||||
|
||||
json_object_object_add(object, "allow_tearing", json_object_new_boolean(output->allow_tearing));
|
||||
json_object_object_add(object, "hdr", json_object_new_boolean(output->hdr));
|
||||
}
|
||||
|
||||
json_object *ipc_json_describe_disabled_output(struct sway_output *output) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue