mirror of
https://github.com/swaywm/sway.git
synced 2026-02-22 01:40:39 -05:00
Add features.hdr to output IPC response
This commit is contained in:
parent
6fed1f9d89
commit
94c819cc1f
4 changed files with 33 additions and 19 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue