libweston: add missing struct weston_renderer forward declaration
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
.