layout_resize_adjust
layout_resize_adjust(w, lcchild, LAYOUT_LEFTRIGHT,
layout_resize_adjust(w, lcrow, LAYOUT_TOPBOTTOM,
layout_resize_adjust(w, lc, LAYOUT_LEFTRIGHT, change);
layout_resize_adjust(w, lc, LAYOUT_TOPBOTTOM, change);
layout_resize_adjust(w, lcchild, type, change);
layout_resize_adjust(w, lcchild, type, 1);
layout_resize_adjust(w, lcchild, type, -1);
layout_resize_adjust(w, lcother, lcparent->type, lc->sx + 1);
layout_resize_adjust(w, lcother, lcparent->type, lc->sy + 1);
layout_resize_adjust(w, lc, LAYOUT_LEFTRIGHT, xchange);
layout_resize_adjust(w, lc, LAYOUT_TOPBOTTOM, ychange);
layout_resize_adjust(w, lcadd, type, size);
layout_resize_adjust(w, lcremove, type, -size);
layout_resize_adjust(w, lcadd, type, size);
layout_resize_adjust(w, lcremove, type, -size);
void layout_resize_adjust(struct window *, struct layout_cell *,