aboutsummaryrefslogtreecommitdiff
path: root/layout.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-02-22 20:48:44 +0000
committerThomas Adam <thomas@xteddy.org>2014-02-22 20:48:44 +0000
commit150ef868008385a79278a5a3d16169c16b2d880a (patch)
tree24d801ee28a847e0f2f1592b82c36488c7d0fb91 /layout.c
parent2a412fad044e402391a1c82dc600ce03c7ce2bc5 (diff)
parent315d45a0eb596048f2513dab98e4bb47ec1852a4 (diff)
downloadrtmux-150ef868008385a79278a5a3d16169c16b2d880a.tar.gz
rtmux-150ef868008385a79278a5a3d16169c16b2d880a.tar.bz2
rtmux-150ef868008385a79278a5a3d16169c16b2d880a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index 646d1bd9..cfa34b9e 100644
--- a/layout.c
+++ b/layout.c
@@ -53,6 +53,7 @@ layout_create_cell(struct layout_cell *lcparent)
lc->yoff = UINT_MAX;
lc->wp = NULL;
+ lc->lastwp = NULL;
return (lc);
}