aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 2 insertions, 0 deletions
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);