=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/layout-custom.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/tmux/layout-custom.c 2016/10/16 22:06:40 1.11 +++ src/usr.bin/tmux/layout-custom.c 2018/10/18 08:38:01 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: layout-custom.c,v 1.11 2016/10/16 22:06:40 nicm Exp $ */ +/* $OpenBSD: layout-custom.c,v 1.12 2018/10/18 08:38:01 nicm Exp $ */ /* * Copyright (c) 2010 Nicholas Marriott @@ -167,7 +167,7 @@ /* Update pane offsets and sizes. */ layout_fix_offsets(lc); - layout_fix_panes(w, lc->sx, lc->sy); + layout_fix_panes(w); /* Then resize the layout back to the original window size. */ layout_resize(w, sx, sy);