diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/dmabuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/dmabuf.h b/include/wlr/render/dmabuf.h index b9c54896..75892d30 100644 --- a/include/wlr/render/dmabuf.h +++ b/include/wlr/render/dmabuf.h @@ -40,6 +40,6 @@ void wlr_dmabuf_attributes_finish(struct wlr_dmabuf_attributes *attribs); * Clones the DMA-BUF attributes. */ bool wlr_dmabuf_attributes_copy(struct wlr_dmabuf_attributes *dst, - struct wlr_dmabuf_attributes *src); + const struct wlr_dmabuf_attributes *src); #endif |