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_floating.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/input/seatop_move_floating.c') 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, container_raise_floating(con); cursor_set_image(seat->cursor, "grab", NULL); + wlr_seat_pointer_clear_focus(seat->wlr_seat); } -- cgit v1.2.3