mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-12-01 03:22:21 +00:00
render/drm_format_set: fill dst in wlr_drm_format_set_copy
This commit is contained in:
parent
337ef33edc
commit
4b3bbb0c4f
@ -162,6 +162,8 @@ bool wlr_drm_format_set_copy(struct wlr_drm_format_set *dst, const struct wlr_dr
|
|||||||
out.len++;
|
out.len++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*dst = out;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user