mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-25 09:07:38 -04:00
backend/drm: drop wlr_drm_backend arg from create_mode_blob()
No need for this, the backend can be grabbed from the connector.
This commit is contained in:
parent
76ed82c101
commit
741aaa3f76
3 changed files with 5 additions and 7 deletions
|
|
@ -317,7 +317,7 @@ static bool crtc_commit(struct wlr_drm_connector *conn,
|
|||
|
||||
uint32_t mode_id = crtc->mode_id;
|
||||
if (modeset) {
|
||||
if (!create_mode_blob(drm, conn, state, &mode_id)) {
|
||||
if (!create_mode_blob(conn, state, &mode_id)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue