]> git.sur5r.net Git - i3/i3/commit
Bugfix: Correctly change focus when closing a split-container
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Dec 2010 22:01:58 +0000 (23:01 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Dec 2010 22:01:58 +0000 (23:01 +0100)
commit50914e04833105eb12cfb0916365c8365be1cdb8
tree80941546061d3af0be81fc27ebaabcc9f6e89cba
parentf65e4f5b16dc613e03711c5edc27c736c2f943c7
Bugfix: Correctly change focus when closing a split-container

The problem was i3 leaving an invalid focus pointer valid (after killing the
container) because the container itself is not mapped (if it has no x11 window,
for example split containers).
src/tree.c