summaryrefslogtreecommitdiff
path: root/sway/input/seatop_move_floating.c
diff options
context:
space:
mode:
authorAlex Maese <[email protected]>2019-04-19 16:13:49 -0500
committerSimon Ser <[email protected]>2019-04-28 21:07:47 +0300
commit866a19b74324556815548132d209cf763c9753f5 (patch)
tree783e1418453d37b7314ccc7d830f52cb1299a3ba /sway/input/seatop_move_floating.c
parent812651d53e18602bb171f46ff3d896a60bff6cdb (diff)
Clear pointer focus during move and resize seatops
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,
container_raise_floating(con);
cursor_set_image(seat->cursor, "grab", NULL);
+ wlr_seat_pointer_clear_focus(seat->wlr_seat);
}