Home | History | Annotate | Download | only in dist

Lines Matching refs:ly

156 	u_int			 y, ly, x, lx;
176 ly = m->ly + m->oy; lx = m->lx + m->ox;
177 if (m->statusat == 0 && ly >= m->statuslines)
178 ly -= m->statuslines;
179 else if (m->statusat > 0 && ly >= (u_int)m->statusat)
180 ly = m->statusat - 1;
184 ly + offsets[i][1]);
205 if (y != ly && type == LAYOUT_TOPBOTTOM) {
206 layout_resize_layout(w, cells[i], type, y - ly, 0);