]> git.sur5r.net Git - i3/i3/commit
Allow focus child/parent when in fullscreen.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sat, 26 May 2012 21:36:25 +0000 (18:36 -0300)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jun 2012 14:24:53 +0000 (16:24 +0200)
commit250c260eaadc77ec4b0bd73107e8f863a55f8dbb
tree9fc6e9c46cc734837579c1705b388938cf365317
parentda1e2327577ac41e222953428e9a739173e24c86
Allow focus child/parent when in fullscreen.

This is now restricted according to the already defined fullscreen
focus constraints. Test case 157 was removed, as we don't prevent
level up/down in fullscreen anymore. Those commands are properly
tested in fullscreen by test case 156.

Fixes: #612
include/tree.h
src/commands.c
src/con.c
src/tree.c
testcases/t/156-fullscreen-focus.t
testcases/t/157-regress-fullscreen-level-up.t [deleted file]