diff options
author | Alex Maese <[email protected]> | 2019-04-19 16:13:49 -0500 |
---|---|---|
committer | Simon Ser <[email protected]> | 2019-04-28 21:07:47 +0300 |
commit | 866a19b74324556815548132d209cf763c9753f5 (patch) | |
tree | 783e1418453d37b7314ccc7d830f52cb1299a3ba /sway/input/seatop_resize_tiling.c | |
parent | 812651d53e18602bb171f46ff3d896a60bff6cdb (diff) |
Clear pointer focus during move and resize seatops
Diffstat (limited to 'sway/input/seatop_resize_tiling.c')
-rw-r--r-- | sway/input/seatop_resize_tiling.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/seatop_resize_tiling.c b/sway/input/seatop_resize_tiling.c index 6b705823..020bba1b 100644 --- a/sway/input/seatop_resize_tiling.c +++ b/sway/input/seatop_resize_tiling.c @@ -105,4 +105,6 @@ void seatop_begin_resize_tiling(struct sway_seat *seat, seat->seatop_impl = &seatop_impl; seat->seatop_data = e; + + wlr_seat_pointer_clear_focus(seat->wlr_seat); } |