aboutsummaryrefslogtreecommitdiff
path: root/layout-set.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-03-11 08:01:29 +0000
committerThomas Adam <thomas@xteddy.org>2021-03-11 08:01:29 +0000
commit12cfd0d22b630ead9c6d739b13c3409485ea551c (patch)
treeee2535b2b0e0075078cae6a2eb0bf5171d11078d /layout-set.c
parent541872bc5754a8f4daa84f23043c356f7ac4f663 (diff)
parentee0df1b8f8a9099fbd67a73c9fb20b89c64d6106 (diff)
downloadrtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.tar.gz
rtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.tar.bz2
rtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'layout-set.c')
-rw-r--r--layout-set.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/layout-set.c b/layout-set.c
index 9ef28416..c702817d 100644
--- a/layout-set.c
+++ b/layout-set.c
@@ -160,7 +160,7 @@ layout_set_even(struct window *w, enum layout_type type)
/* Fix cell offsets. */
layout_fix_offsets(w);
- layout_fix_panes(w);
+ layout_fix_panes(w, NULL);
layout_print_cell(w->layout_root, __func__, 1);
@@ -270,7 +270,7 @@ layout_set_main_h(struct window *w)
/* Fix cell offsets. */
layout_fix_offsets(w);
- layout_fix_panes(w);
+ layout_fix_panes(w, NULL);
layout_print_cell(w->layout_root, __func__, 1);
@@ -368,7 +368,7 @@ layout_set_main_v(struct window *w)
/* Fix cell offsets. */
layout_fix_offsets(w);
- layout_fix_panes(w);
+ layout_fix_panes(w, NULL);
layout_print_cell(w->layout_root, __func__, 1);
@@ -477,7 +477,7 @@ layout_set_tiled(struct window *w)
/* Fix cell offsets. */
layout_fix_offsets(w);
- layout_fix_panes(w);
+ layout_fix_panes(w, NULL);
layout_print_cell(w->layout_root, __func__, 1);