mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: init wlr_drm_plane for all plane types
This commit is contained in:
parent
c3d969d2d4
commit
b4e9487312
2 changed files with 50 additions and 71 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue