mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 23:27:58 +02:00
backend-wayland: use to_wayland_backend
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
6d699c3f54
commit
fcde7fae66
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue