mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: assign plane_id from function parameter instead of drm_plane
This commit is contained in:
parent
156d47c866
commit
22db307e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ static bool init_plane(struct wlr_drm_backend *drm,
|
|||
}
|
||||
|
||||
p->type = type;
|
||||
p->id = drm_plane->plane_id;
|
||||
p->id = id;
|
||||
p->props = props;
|
||||
p->initial_crtc_id = drm_plane->crtc_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue