aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_default.c')
-rw-r--r--sway/input/seatop_default.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seatop_default.c b/sway/input/seatop_default.c
index 32c7318b..048bad75 100644
--- a/sway/input/seatop_default.c
+++ b/sway/input/seatop_default.c
@@ -656,6 +656,7 @@ static void handle_rebase(struct sway_seat *seat, uint32_t time_msec) {
656 if (surface) { 656 if (surface) {
657 if (seat_is_input_allowed(seat, surface)) { 657 if (seat_is_input_allowed(seat, surface)) {
658 wlr_seat_pointer_notify_enter(seat->wlr_seat, surface, sx, sy); 658 wlr_seat_pointer_notify_enter(seat->wlr_seat, surface, sx, sy);
659 wlr_seat_pointer_notify_motion(seat->wlr_seat, time_msec, sx, sy);
659 } 660 }
660 } else { 661 } else {
661 cursor_update_image(cursor, e->previous_node); 662 cursor_update_image(cursor, e->previous_node);