Skip to content

Draft: xwayland: add incoming drag'n'drop support

Simon Ser requested to merge github/fork/emersion/xwayland-dnd into master

Fixes #295

  • Figure out how the client knows about the Wayland window position: just draw a window that spans the whole screen
  • Figure out how to map X11 protocol to Wayland protocol
  • Receive DND_ENTER
  • Receive DND_POSITION
  • Receive DND_DROP
  • Send DND_STATUS
  • Receive DND_LEAVE
  • Send DND_FINISHED

Test clients:

  • Firefox
  • GTK+ (under Wayland and Xwayland)
  • Chromium
  • Gimp
Edited by Simon Ser

Merge request reports