aboutsummaryrefslogtreecommitdiff
path: root/render/dmabuf_fallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/dmabuf_fallback.c')
-rw-r--r--render/dmabuf_fallback.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/dmabuf_fallback.c b/render/dmabuf_fallback.c
index 8cd31384..820d46d5 100644
--- a/render/dmabuf_fallback.c
+++ b/render/dmabuf_fallback.c
@@ -10,3 +10,8 @@ bool dmabuf_import_sync_file(int dmabuf_fd, uint32_t flags, int sync_file_fd) {
wlr_log(WLR_ERROR, "DMA-BUF sync_file import IOCTL not available on this system");
return false;
}
+
+int dmabuf_export_sync_file(int dmabuf_fd, uint32_t flags) {
+ wlr_log(WLR_ERROR, "DMA-BUF sync_file export IOCTL not available on this system");
+ return false;
+}