diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-07-08 18:52:29 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-07-08 18:52:29 +0200 |
| commit | 2200a27d8a3083c5a32486c8317fad099732d8de (patch) | |
| tree | e585f1360c33af8a09a04b3a9d7a98e71532c455 /include | |
| parent | e391b1780d792701a699d9cd170b0df3ff855a64 (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); |
