mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/dmabuf: add dmabuf_export_sync_file()
This commit is contained in:
parent
825f1b2dc6
commit
30219cf76b
3 changed files with 38 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue