xwayland: receive dnd position, send dnd status

This commit is contained in:
emersion 2018-05-19 15:48:40 +01:00
parent 0207105291
commit 6ad84242df
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 85 additions and 17 deletions

View file

@ -290,7 +290,7 @@ static void seat_handle_start_drag(struct wl_listener *listener, void *data) {
struct wlr_drag *drag = data;
if (drag && (drag->source == NULL ||
!data_source_is_xwayland(drag->source))) {
data_source_is_xwayland(drag->source))) {
return;
}