]> git.sur5r.net Git - i3/i3/commit
Don't mess with the focus if we're not killing.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Thu, 27 Jan 2011 23:09:48 +0000 (21:09 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Jan 2011 00:25:03 +0000 (01:25 +0100)
commitf465b3c11dbc10b037ea3882a8892d929a25a1de
treec24aa6d3fab51d877220a052a9e3bf6e53d4ec06
parentdc6241456a817f926fd50fcee67c41ca68e6ed58
Don't mess with the focus if we're not killing.

If we're not killing the mapped window and we're not killing the
parent window either in tree_close, then there's no reason to try
to change the focus. This fixes focus issues when moving a
container around another container (move up, left, bottom, right).
src/tree.c