From 098094c5cbfd72ad989b9418b70acd531cbb5f17 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Jan 2021 10:51:34 +0100 Subject: backend/wayland: use the EGL GBM platform Just like other backends, use the EGL GBM platform. This will make it easier to move the allocator and renderer initialization out of the backends. --- include/backend/wayland.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index e0e8ee37..3f30bc77 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -42,6 +42,8 @@ struct wlr_wl_backend { struct wl_list seats; // wlr_wl_seat.link struct zwp_tablet_manager_v2 *tablet_manager; struct wlr_drm_format_set linux_dmabuf_v1_formats; + struct wl_drm *legacy_drm; + char *drm_render_name; }; struct wlr_wl_buffer { -- cgit v1.2.3