render/drm_format_set: fill dst in wlr_drm_format_set_copy

This commit is contained in:
Simon Zeni 2022-12-02 11:39:10 -05:00
parent 337ef33edc
commit 4b3bbb0c4f
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ bool wlr_drm_format_set_copy(struct wlr_drm_format_set *dst, const struct wlr_dr
out.len++;
}
*dst = out;
return true;
}