chase wlroots: Add support for color-management-v1

v2: Chase wlroots!5122
v3: Chase wlroots!5141
v4: Chase wlroots!5165
v5: Chase wlroots 9b4d9eab
v6: Chase wlroots 58f0867c
v7: Rebase chase/0.20
v8: Reorder some of the setup code
v9: Update wayland-protocols version
v10: Chase wlroots 7101a69
v11: Fix code style
v12: Remove server protocol declaration
This commit is contained in:
Christopher Snowhill 2025-07-31 22:12:08 -07:00
parent 2a6fe0409d
commit 4b545fdcbd
5 changed files with 64 additions and 12 deletions

View file

@ -72,7 +72,8 @@ void handle_output_power_manager_set_mode(struct wl_listener *listener,
void *data);
void output_enable_adaptive_sync(struct output *output, bool enabled);
void output_enable_hdr(struct output *output, struct wlr_output_state *os,
bool enabled);
bool enabled, bool silent);
void output_state_setup_hdr(struct output *output, bool silent);
/**
* Notifies whether a fullscreen view is displayed on the given output.