Skip to content

xwayland: Fix sending multiple XdndDrop messages after a drop occurs

Vlad Zahorodnii requested to merge work/zzag/xwayland-drop into master

There might be more XdndStatus client messages after a drop occurs. In which case avoid sending XdndDrop client message again as it can result in a feedback loop with clients such as GIMP.

BUG: 482298

Merge request reports