When splitting a window W, the new pair window was always inserted back into the...
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Wed, 6 May 2009 19:48:04 +0000 (19:48 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Wed, 6 May 2009 19:48:04 +0000 (19:48 +0000)
commita56e621ea1acc64115fafe7325bf48d883e8fb51
tree3d92629de06c7618a024301f90b31dc127846e45
parentfa7a94bcc97a410d8ce60b57c3265837e1910758
When splitting a window W, the new pair window was always inserted back into the tree
as the right-hand child of W's former parent. So if you split a window vertically into A and
B and then split A (the top half) again into C and D, then C and D would end up below B.
Fixed.
src/chimara-glk.c
src/window.c