diff options
author | emersion <contact@emersion.fr> | 2018-03-28 12:59:11 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-28 12:59:11 -0400 |
commit | 0d7a81ccdfda7d21ece47e0715a25bd301363cc2 (patch) | |
tree | cf95283a7de1847434cda7816c24f682eb6554fb /rootston/cursor.c | |
parent | b6c1760de5952584cb868f491a12addfb9d9c114 (diff) |
xwayland: send DND_ENTER
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index 52439dff..ac597590 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -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); |