summaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index 54cd3bf7..f9b59fcc 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -474,6 +474,7 @@ void dispatch_cursor_button(struct sway_cursor *cursor,
474 if (cursor->seat->operation != OP_NONE && 474 if (cursor->seat->operation != OP_NONE &&
475 button == cursor->seat->op_button && state == WLR_BUTTON_RELEASED) { 475 button == cursor->seat->op_button && state == WLR_BUTTON_RELEASED) {
476 seat_end_mouse_operation(cursor->seat); 476 seat_end_mouse_operation(cursor->seat);
477 seat_pointer_notify_button(cursor->seat, time_msec, button, state);
477 return; 478 return;
478 } 479 }
479 if (time_msec == 0) { 480 if (time_msec == 0) {