aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_tiling.c
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2019-04-19 16:13:49 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2019-04-28 21:07:47 +0300
commit866a19b74324556815548132d209cf763c9753f5 (patch)
tree783e1418453d37b7314ccc7d830f52cb1299a3ba /sway/input/seatop_move_tiling.c
parentRemove extra inclusion of stdio.h (diff)
downloadsway-866a19b74324556815548132d209cf763c9753f5.tar.gz
sway-866a19b74324556815548132d209cf763c9753f5.tar.zst
sway-866a19b74324556815548132d209cf763c9753f5.zip
Clear pointer focus during move and resize seatops
Diffstat (limited to 'sway/input/seatop_move_tiling.c')
-rw-r--r--sway/input/seatop_move_tiling.c1
1 files changed, 1 insertions, 0 deletions
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,
327 seat->seatop_data = e; 327 seat->seatop_data = e;
328 328
329 container_raise_floating(con); 329 container_raise_floating(con);
330 wlr_seat_pointer_clear_focus(seat->wlr_seat);
330} 331}
331 332
332void seatop_begin_move_tiling(struct sway_seat *seat, 333void seatop_begin_move_tiling(struct sway_seat *seat,