backend-wayland: use to_wayland_backend
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
6d699c3f54
commit
fcde7fae66
|
@ -2750,7 +2750,7 @@ wayland_shutdown(struct weston_backend *backend)
|
|||
static void
|
||||
wayland_destroy(struct weston_backend *backend)
|
||||
{
|
||||
struct wayland_backend *b = container_of(backend, struct wayland_backend, base);
|
||||
struct wayland_backend *b = to_wayland_backend(backend);
|
||||
struct weston_compositor *ec = b->compositor;
|
||||
struct weston_head *base, *next;
|
||||
struct wayland_parent_output *output, *next_output;
|
||||
|
|
Loading…
Reference in New Issue