summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2021-03-29 13:51:31 +0200
committerPekka Paalanen <pq@iki.fi>2022-06-10 09:27:43 +0000
commitc6e47d177a8408b53b4f335eadfff35d8cdec509 (patch)
tree41799b6c1abf46f66cda6516bc43b81974f7fcae /doc
parent060ef82d93608b4220db93760080451e59e57c95 (diff)
downloadweston-c6e47d177a8408b53b4f335eadfff35d8cdec509.tar.gz
libweston: consolidate weston_compositor_create_output(_with_head)
Add a struct weston_head parameter to weston_compositor_create_output() and fold weston_compositor_create_output_with_head() into it. See: https://gitlab.freedesktop.org/wayland/weston/-/issues/268 Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/toc/libweston/images/create_output.msc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/toc/libweston/images/create_output.msc b/doc/sphinx/toc/libweston/images/create_output.msc
index f20cdb4e..b66b7548 100644
--- a/doc/sphinx/toc/libweston/images/create_output.msc
+++ b/doc/sphinx/toc/libweston/images/create_output.msc
@@ -11,7 +11,7 @@ msc {
--- [label = "Compositor creates an output for a head"];
c box c [label = "Have an existing head to process."];
- c => w [label = "weston_compositor_create_output_with_head()"];
+ c => w [label = "weston_compositor_create_output()"];
w => b [label = "weston_backend::create_output()"];
w << b [label = "an empty output, no hw resources"];
w => b [label = "weston_output::attach_head()"];