mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
xwayland: send DND_ENTER
This commit is contained in:
parent
b6c1760de5
commit
0d7a81ccdf
7 changed files with 192 additions and 82 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue