]> git.sur5r.net Git - i3/i3/commit
Bugfix: Don’t use ->old_parent for floating cons (Thanks eelvex)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 7 Jan 2011 23:44:03 +0000 (00:44 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 7 Jan 2011 23:44:03 +0000 (00:44 +0100)
commit83f6e445a0f046601bbd9a44df8e03e4f8873e96
tree62683cf207068d30fd7e1f58279e9b113712beaa
parent0ea15ed9620e9cc57305c5d66b0b115f3aec8552
Bugfix: Don’t use ->old_parent for floating cons (Thanks eelvex)

Instead, we attach them to their workspace when toggling back to tiling. This
makes more sense; afterall, floating clients are always directly below a
CT_WORKSPACE container.
include/data.h
src/floating.c
src/tree.c