diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-04 10:51:34 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-10 11:32:00 +0100 |
commit | 098094c5cbfd72ad989b9418b70acd531cbb5f17 (patch) | |
tree | 145058fd54281ce31258457c28364ea3f6c34dde /include | |
parent | 8f065810f6d73b244fd303323a8a58bdcb421296 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |