Add features.hdr to output IPC response

This commit is contained in:
Simon Ser 2025-07-08 18:52:29 +02:00
parent 6fed1f9d89
commit 94c819cc1f
4 changed files with 33 additions and 19 deletions

View file

@ -131,6 +131,8 @@ struct sway_container *output_find_container(struct sway_output *output,
void output_get_box(struct sway_output *output, struct wlr_box *box);
bool output_supports_hdr(struct wlr_output *output, const char **unsupported_reason_ptr);
enum sway_container_layout output_get_default_layout(
struct sway_output *output);