]> git.sur5r.net Git - i3/i3/commit
Bugfix: `tree_split` should not split floating cons
authorTony Crisci <tony@dubstepdish.com>
Fri, 7 Feb 2014 15:07:56 +0000 (10:07 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Feb 2014 19:59:23 +0000 (20:59 +0100)
commit6ae4ecb1deebf9f275e58010b8ead84f82f9f582
treead77704fad315cba5ecfd72a75721f76e3e9495a
parent1bd13ce5556cda157546592e97f851d54295bfa7
Bugfix: `tree_split` should not split floating cons

Use the more robust test of `con_is_floating` for testing a container
for being floating.

fixes #1177
src/tree.c
testcases/t/218-regress-floating-split.t [new file with mode: 0644]