aboutsummaryrefslogtreecommitdiff
path: root/render/dmabuf.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-05-26 14:44:02 +0200
committerSimon Ser <contact@emersion.fr>2022-11-28 23:50:41 +0000
commitaaf828d3d24c79c2207e83d38a76c7f1cc33084f (patch)
treedf2db2c083766bce86e1b870909c7500859b3e73 /render/dmabuf.c
parent10f543d5792ec0a74688c4da3781f6f84fb2ed9d (diff)
render/dmabuf: add dmabuf_import_sync_file
References: https://lore.kernel.org/dri-devel/20220506180216.2095060-1-jason@jlekstrand.net/
Diffstat (limited to 'render/dmabuf.c')
-rw-r--r--render/dmabuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/dmabuf.c b/render/dmabuf.c
index 433cb82e..44b840f2 100644
--- a/render/dmabuf.c
+++ b/render/dmabuf.c
@@ -3,6 +3,7 @@
#include <unistd.h>
#include <wlr/render/dmabuf.h>
#include <wlr/util/log.h>
+#include "render/dmabuf.h"
void wlr_dmabuf_attributes_finish(struct wlr_dmabuf_attributes *attribs) {
for (int i = 0; i < attribs->n_planes; ++i) {