mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy
This commit is contained in:
parent
7ac2ce25e3
commit
3d7aa73867
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ void wlr_dmabuf_attributes_finish(struct wlr_dmabuf_attributes *attribs) {
|
|||
}
|
||||
|
||||
bool wlr_dmabuf_attributes_copy(struct wlr_dmabuf_attributes *dst,
|
||||
struct wlr_dmabuf_attributes *src) {
|
||||
const struct wlr_dmabuf_attributes *src) {
|
||||
memcpy(dst, src, sizeof(struct wlr_dmabuf_attributes));
|
||||
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue