wayland: Reduce MetaXWaylandSelection to just DnD

All the actual selection management functionality is superseded by
MetaSelection. Reduce it to just handling the XDND messaging and leave
selections to MetaSelection.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
This commit is contained in:
Carlos Garnacho
2018-11-22 01:33:13 +01:00
parent 634f512bb0
commit 17d00d49d4
9 changed files with 961 additions and 1810 deletions

View File

@@ -557,8 +557,8 @@ if have_wayland
'wayland/meta-xwayland-grab-keyboard.h',
'wayland/meta-xwayland.h',
'wayland/meta-xwayland-private.h',
'wayland/meta-xwayland-selection.c',
'wayland/meta-xwayland-selection-private.h',
'wayland/meta-xwayland-dnd.c',
'wayland/meta-xwayland-dnd-private.h',
]
endif