diff options
| author | Simon Ser <contact@emersion.fr> | 2025-07-08 18:52:29 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-07-09 01:25:11 +0200 |
| commit | 94c819cc1f9328223509883e4b62939bdf85b760 (patch) | |
| tree | e585f1360c33af8a09a04b3a9d7a98e71532c455 /include | |
| parent | 6fed1f9d8933588484e2303e53ac4270a417d78a (diff) | |
Add features.hdr to output IPC response
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 2 |
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); |
