]> git.sur5r.net Git - i3/i3/commit - src/move.c
Don't call con_focus in tree_move 2975/head
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 22 Sep 2017 01:48:32 +0000 (04:48 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 15 Mar 2018 17:57:30 +0000 (19:57 +0200)
commitd66fa51f336378c55e266c8aa2ba5fbec64d6a73
tree4dd9ee1f310426baaf4df3fab2331fbb5b409a80
parent6222ab108465c8f3f033acc1db5276b28af27b27
Don't call con_focus in tree_move

Fixes:
- Issue where moving an urgent (unfocused) window resets it's urgency
hint.
- Moving an unfocused container to a new parent should not move it to
the top of the focus stack.
src/move.c
testcases/t/113-urgent.t
testcases/t/294-focus-order.t