Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-02-22 20:48:44 +00:00
3 changed files with 24 additions and 8 deletions

View File

@ -53,6 +53,7 @@ layout_create_cell(struct layout_cell *lcparent)
lc->yoff = UINT_MAX;
lc->wp = NULL;
lc->lastwp = NULL;
return (lc);
}