Add a sync_fence event to the export-dmabuf protocol.
Created by: cyanreg
This commit adds a sync_fence FD to the export-dmabuf protocol, allowing for clients to synchronize their readout of the frame with the last operation the compositor performs to the frame, thus eliminating any race conditions where the compositor gives the frame to a client while still compositing to it.