aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_floating.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_move_floating.c')
-rw-r--r--sway/input/seatop_move_floating.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seatop_move_floating.c b/sway/input/seatop_move_floating.c
index 73e48964..8f133c36 100644
--- a/sway/input/seatop_move_floating.c
+++ b/sway/input/seatop_move_floating.c
@@ -60,4 +60,5 @@ void seatop_begin_move_floating(struct sway_seat *seat,
60 container_raise_floating(con); 60 container_raise_floating(con);
61 61
62 cursor_set_image(seat->cursor, "grab", NULL); 62 cursor_set_image(seat->cursor, "grab", NULL);
63 wlr_seat_pointer_clear_focus(seat->wlr_seat);
63} 64}