aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_tiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_move_tiling.c')
-rw-r--r--sway/input/seatop_move_tiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c
index 3f31e4b1..a1aa5245 100644
--- a/sway/input/seatop_move_tiling.c
+++ b/sway/input/seatop_move_tiling.c
@@ -336,7 +336,7 @@ void seatop_begin_move_tiling_threshold(struct sway_seat *seat,
336 seat->seatop_data = e; 336 seat->seatop_data = e;
337 337
338 container_raise_floating(con); 338 container_raise_floating(con);
339 wlr_seat_pointer_clear_focus(seat->wlr_seat); 339 wlr_seat_pointer_notify_clear_focus(seat->wlr_seat);
340} 340}
341 341
342void seatop_begin_move_tiling(struct sway_seat *seat, 342void seatop_begin_move_tiling(struct sway_seat *seat,