Skip to content

libweston: add missing struct weston_renderer forward declaration

Philipp Zabel requested to merge pH5/weston:libweston-renderer-declaration into main

Split out from !578 (merged), this fixes libweston.h correctness.

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.

Merge request reports