Skip to content

wayland: Handle dragging from/dropping to v1 data device users

Carlos Garnacho requested to merge wip/carlosg/dnd-with-v1-data-manager into master

Interoperation between wl_data_device_manager v1 and v3 got broken at some point. Ensure that we resort to the "copy" action if either the drop site or the drag source are from a client that requested v1.

Closes: #965 (closed)

Merge request reports