mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
libweston: export weston_color_profile_param_builder_set_primary_luminance()
All the others were already exported, this was forgotten. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
c0f79189dd
commit
9b68277b77
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ weston_color_profile_param_builder_set_tf_power_exponent(struct weston_color_pro
|
|||
* \param max_lum The maximum luminance.
|
||||
* \return true on success, false otherwise.
|
||||
*/
|
||||
bool
|
||||
WL_EXPORT bool
|
||||
weston_color_profile_param_builder_set_primary_luminance(struct weston_color_profile_param_builder *builder,
|
||||
float ref_lum, float min_lum, float max_lum)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue