backend/drm: init wlr_drm_plane for all plane types

This commit is contained in:
Simon Ser 2023-01-04 19:12:46 +01:00
parent c3d969d2d4
commit b4e9487312
2 changed files with 50 additions and 71 deletions

View file

@ -64,6 +64,9 @@ struct wlr_drm_backend {
size_t num_crtcs;
struct wlr_drm_crtc *crtcs;
size_t num_planes;
struct wlr_drm_plane *planes;
struct wl_display *display;
struct wl_event_source *drm_event;