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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_move_floating.c b/sway/input/seatop_move_floating.c
index a04fd457..21a2a966 100644
--- a/sway/input/seatop_move_floating.c
+++ b/sway/input/seatop_move_floating.c
@@ -65,5 +65,5 @@ void seatop_begin_move_floating(struct sway_seat *seat,
65 container_raise_floating(con); 65 container_raise_floating(con);
66 66
67 cursor_set_image(cursor, "grab", NULL); 67 cursor_set_image(cursor, "grab", NULL);
68 wlr_seat_pointer_clear_focus(seat->wlr_seat); 68 wlr_seat_pointer_notify_clear_focus(seat->wlr_seat);
69} 69}