From 94c819cc1f9328223509883e4b62939bdf85b760 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 8 Jul 2025 18:52:29 +0200 Subject: Add features.hdr to output IPC response --- include/sway/output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sway/output.h b/include/sway/output.h index 06f8bac2..787527ee 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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); -- cgit v1.2.3