Skip to content
  • Kristian Høgsberg's avatar
    New drag and drop / selection protocol · eae3bcb4
    Kristian Høgsberg authored
    This commit brings a big change to the DND and copy/paste interfaces.
    Most importantly the functionality is now independent of wl_shell.
    The wl_shell interface is intended for desktop style UI interaction and
    an optional and experimental interface.
    
    The new interface also allows receiving the DND data multiple times or
    multiple times during the drag, and the mechanism for offering and receiving
    data is now shared between DND and selections.
    eae3bcb4