Skip to content

X11 dnd fixes.

Carlos Garnacho requested to merge wip/carlosg/x11-dnd into master

Some fixes to x11 DnD.

  • GTypes are now properly serialized to mimetypes. Fix color dropping in testdnd3
  • Straightened out some IPC niggles and lifetime issues, so that failed drags result in the GdkDrop being properly forgotten, and the drag source not confused on future drags.

Merge request reports