mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 02:10:06 +01:00
color_representation_v1: make supported_alpha_modes const
This commit is contained in:
parent
fecaf6d1e8
commit
e8f9e9eea6
1 changed files with 2 additions and 4 deletions
|
|
@ -44,12 +44,10 @@ struct wlr_color_representation_manager_v1 {
|
|||
|
||||
// Options used when initialising a wlr_color_representation_manager_v1
|
||||
struct wlr_color_representation_v1_options {
|
||||
enum wp_color_representation_surface_v1_alpha_mode
|
||||
*supported_alpha_modes;
|
||||
const enum wp_color_representation_surface_v1_alpha_mode *supported_alpha_modes;
|
||||
size_t supported_alpha_modes_len;
|
||||
|
||||
const struct wlr_color_representation_v1_coeffs_and_range
|
||||
*supported_coeffs_and_ranges;
|
||||
const struct wlr_color_representation_v1_coeffs_and_range *supported_coeffs_and_ranges;
|
||||
size_t supported_coeffs_and_ranges_len;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue