Skip to content
Snippets Groups Projects
Commit 98ef9a8e authored by Boris-Chengbiao Zhou's avatar Boris-Chengbiao Zhou
Browse files

comp: Fix Wayland backend

parent 31c4c140
Branches
Tags
No related merge requests found
......@@ -109,6 +109,8 @@ comp_window_wayland_create(struct comp_compositor *c)
struct comp_window_wayland *w =
U_TYPED_CALLOC(struct comp_window_wayland);
comp_target_swapchain_init_set_fnptrs(&w->base);
w->base.base.name = "wayland";
w->base.base.destroy = comp_window_wayland_destroy;
w->base.base.flush = comp_window_wayland_flush;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment