From 866a19b74324556815548132d209cf763c9753f5 Mon Sep 17 00:00:00 2001 From: Alex Maese Date: Fri, 19 Apr 2019 16:13:49 -0500 Subject: Clear pointer focus during move and resize seatops --- sway/input/seatop_move_tiling.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/input/seatop_move_tiling.c') diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c index 64a16c09..7c31e695 100644 --- a/sway/input/seatop_move_tiling.c +++ b/sway/input/seatop_move_tiling.c @@ -327,6 +327,7 @@ void seatop_begin_move_tiling_threshold(struct sway_seat *seat, seat->seatop_data = e; container_raise_floating(con); + wlr_seat_pointer_clear_focus(seat->wlr_seat); } void seatop_begin_move_tiling(struct sway_seat *seat, -- cgit v1.2.3-54-g00ecf