Merge branch 'obsd-master'

pull/1247/head
Thomas Adam 2017-12-31 22:01:15 +00:00
commit 6e99a2f4bb
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ layout_set_even(struct window *w, enum layout_type type)
TAILQ_FOREACH(wp, &w->panes, entry) {
lcnew = layout_create_cell(lc);
layout_make_leaf(lcnew, wp);
lcnew->sx = w->sx;
lcnew->sy = w->sy;
TAILQ_INSERT_TAIL(&lc->cells, lcnew, entry);
}