Skip to content

xwayland: Make drag-and-drop from X to Wayland robust

With wayland, we need to know supported source actions before hand. On the other hand, with the XDND protocol, source actions are unknown.

The only thing that we get are user actions that are sent with XdndPosition client messages and that can change dynamically.

Merge request reports

Loading