libweston: add missing struct weston_renderer forward declaration

struct weston_renderer is defined in libweston-internal.h, which is not
included from libweston.h. Add the missing forward declaration for the
renderer pointer stored in struct weston_compositor.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
Philipp Zabel 2022-11-30 10:25:52 +01:00 committed by UMPF Test Committer
parent 84c10124cd
commit dfa845b1dd
1 changed files with 1 additions and 0 deletions

View File

@ -1197,6 +1197,7 @@ struct weston_debug_compositor;
struct weston_color_manager;
struct weston_dmabuf_feedback;
struct weston_dmabuf_feedback_format_table;
struct weston_renderer;
/** Main object, container-like structure which aggregates all other objects.
*