diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-07-15 21:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-07-15 21:02:26 +0100 |
commit | a786a5917651397455110e5bf3b339b6ba1b5d4d (patch) | |
tree | 15a2b3dd830d8735189cd5ac3499dd8f51302a86 /layout-custom.c | |
parent | c9216493cfa3b62b6edc9dae11892a071e56fa5c (diff) | |
parent | eac055bfaf1b21b71d5fc79bc29a2810aa20085f (diff) | |
download | rtmux-a786a5917651397455110e5bf3b339b6ba1b5d4d.tar.gz rtmux-a786a5917651397455110e5bf3b339b6ba1b5d4d.tar.bz2 rtmux-a786a5917651397455110e5bf3b339b6ba1b5d4d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'layout-custom.c')
-rw-r--r-- | layout-custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout-custom.c b/layout-custom.c index bedcaf10..d759c206 100644 --- a/layout-custom.c +++ b/layout-custom.c @@ -165,7 +165,7 @@ layout_parse(struct window *w, const char *layout) layout_assign(&wp, lc); /* Update pane offsets and sizes. */ - layout_fix_offsets(lc); + layout_fix_offsets(w); layout_fix_panes(w); recalculate_sizes(); |