Skip to content

wayland: Reset dnd state when the target surface is about to be destroyed

Vlad Zahorodnii requested to merge work/zzag/dnd-about-to-be-destroyed into master

Use the SurfaceInterface::aboutToBeDestroyed() for the consistency sake with other code that performs cleanup when the wl_surface is destroyed.

Merge request reports