summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2022-11-30 10:25:52 +0100
committerUMPF Test Committer <p.zabel@pengutronix.de>2022-12-09 17:04:01 +0100
commitdfa845b1dd791676f838b032bb3ea6a56186e57d (patch)
treebb59f172ce13cab1f2c3625d3373aedd1eb7eb6e /include
parent84c10124cdb71a913751d60040f3ae0802e28a8e (diff)
downloadweston-dfa845b1dd791676f838b032bb3ea6a56186e57d.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/libweston/libweston.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
index 9a3eab07..3e4c571e 100644
--- a/include/libweston/libweston.h
+++ b/include/libweston/libweston.h
@@ -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.
*