=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/layout-set.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/tmux/layout-set.c 2017/12/31 20:00:44 1.20 --- src/usr.bin/tmux/layout-set.c 2018/10/18 08:38:01 1.21 *************** *** 1,4 **** ! /* $OpenBSD: layout-set.c,v 1.20 2017/12/31 20:00:44 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: layout-set.c,v 1.21 2018/10/18 08:38:01 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 148,154 **** /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w, w->sx, w->sy); layout_print_cell(w->layout_root, __func__, 1); --- 148,154 ---- /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w); layout_print_cell(w->layout_root, __func__, 1); *************** *** 284,290 **** /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w, w->sx, w->sy); layout_print_cell(w->layout_root, __func__, 1); --- 284,290 ---- /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w); layout_print_cell(w->layout_root, __func__, 1); *************** *** 408,414 **** /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w, w->sx, w->sy); layout_print_cell(w->layout_root, __func__, 1); --- 408,414 ---- /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w); layout_print_cell(w->layout_root, __func__, 1); *************** *** 511,517 **** /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w, w->sx, w->sy); layout_print_cell(w->layout_root, __func__, 1); --- 511,517 ---- /* Fix cell offsets. */ layout_fix_offsets(lc); ! layout_fix_panes(w); layout_print_cell(w->layout_root, __func__, 1);