From 7e22c28444f59fce93b76a287fcfaacd57229419 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 16 Feb 2024 13:37:46 +0200 Subject: [PATCH] color: declare cm_image_desc_info Fixes compiler warnings about the declaration in function signatures not applying outside of the functions. Signed-off-by: Pekka Paalanen --- libweston/color-management.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libweston/color-management.h b/libweston/color-management.h index 9fcdbe26..1e2b6df0 100644 --- a/libweston/color-management.h +++ b/libweston/color-management.h @@ -28,6 +28,8 @@ #include "color-properties.h" +struct cm_image_desc_info; + int weston_compositor_enable_color_management_protocol(struct weston_compositor *compositor);