]> git.sur5r.net Git - i3/i3/commit
resizing: traverse containers up properly (+test) (Thanks oblique)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Jul 2012 19:37:26 +0000 (21:37 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Jul 2012 19:37:26 +0000 (21:37 +0200)
commitac7278eb1a9876ebfa03274cda3a4faf92d7958b
tree274ee205b00ee5a32038fecec9fa2561be0ab6f2
parenta97e70d4831609935128e99a373b9c35c4eff9f1
resizing: traverse containers up properly (+test) (Thanks oblique)

In certain situations (when you have a h-split within a h-split) you
couldn’t properly resize previously. This commit makes the resize
command properly traverse up the containers.

fixes #754
src/commands.c
testcases/t/191-resize-levels.t [new file with mode: 0644]