xwayland: send DND_ENTER

This commit is contained in:
emersion 2018-03-28 12:59:11 -04:00
parent b6c1760de5
commit 0d7a81ccdf
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 192 additions and 82 deletions

View file

@ -131,7 +131,8 @@ static void roots_cursor_update_position(struct roots_cursor *cursor,
cursor->pointer_view = seat_view;
seat_view_deco_motion(seat_view, sx, sy);
}
} if (view && surface) {
}
if (view && surface) {
// motion over a view surface
wlr_seat_pointer_notify_enter(seat->seat, surface, sx, sy);
wlr_seat_pointer_notify_motion(seat->seat, time, sx, sy);