]> git.sur5r.net Git - i3/i3/commit
Implement tree flattening to automatically solve situations of redundant chains of...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 7 Jan 2011 21:21:41 +0000 (22:21 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 7 Jan 2011 21:21:41 +0000 (22:21 +0100)
commit115462f103fc11b2d5a50a747bf8742f8811c9ce
treec2452b2232bcaddd8ff519043f76382d173b0d09
parent228b5c51ff012913ed159ac417864aa5e6e8e923
Implement tree flattening to automatically solve situations of redundant chains of split containers

This should fix the move problems. See comment of tree_flatten() for a little
example.
include/tree.h
src/con.c
src/tree.c
testcases/t/45-flattening.t [new file with mode: 0644]