mirror of
https://github.com/brl/mutter.git
synced 2025-03-09 21:05:02 +00:00

This is a winsys-specific API that allows exporting a DMA buffer fd. The CoglDmaBufHandle structure allows passing the ownership of the DMA buffer to whoever is using it, so the winsys doesn't need to manually track it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1086