diff --git a/libweston/color-properties.h b/libweston/color-properties.h index e5f4b9c70..9246446a5 100644 --- a/libweston/color-properties.h +++ b/libweston/color-properties.h @@ -113,7 +113,7 @@ struct weston_color_tf_info { /* The protocol also has support for parameterized functions, i.e. * certain known functions that clients can define passing arbitrary * parameters. */ - bool count_parameters; + unsigned count_parameters; /** Are curve and inverse_curve valid? */ bool curve_params_valid;