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>
This commit is contained in:
committed by
Pekka Paalanen
parent
060ef82d93
commit
c6e47d177a
@@ -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()"];
|
||||
|
||||
Reference in New Issue
Block a user