Skip to content

Fix crash on drag and drop from xwayland to wayland clients

David Edmundson requested to merge work/fix_dnd into master

During DataDevice migration we moved dataDevicesForSurface away from the existing template macro due to inheritance reasons at the time.

The SeatInterface::setDragTarget() is used with null surfaces in the xwayland bridge.

Merge request reports