aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index d531a20e..011b4929 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -610,9 +610,7 @@ void dispatch_cursor_button(struct sway_cursor *cursor,
610 } else { 610 } else {
611 state_erase_button(cursor, button); 611 state_erase_button(cursor, button);
612 } 612 }
613 if (seatop_allows_events(seat)) { 613 seatop_button(seat, time_msec, device, button, state);
614 seat_pointer_notify_button(seat, time_msec, button, state);
615 }
616 if (button == seat->seatop_button && state == WLR_BUTTON_RELEASED) { 614 if (button == seat->seatop_button && state == WLR_BUTTON_RELEASED) {
617 seatop_finish(seat, time_msec); 615 seatop_finish(seat, time_msec);
618 } 616 }