Searched refs:max_bottom (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_identify.c | 243 int min_x, min_y, max_bottom, max_right; local in function:Identify 253 RLayoutFindTopBottomEdges(Scr->Layout, &area, &min_y, &max_bottom); 257 else if(py + height - 1 > max_bottom) { 258 py = max_bottom - height + 1;
|
| H A D | add_window.c | 1247 int max_bottom, max_right; local in function:AddWindow 1251 max_bottom = RLayoutFindMonitorBottomEdge(Scr->BorderedLayout, &area) - bw2; 1262 AddingH = max_bottom - AddingY + 1; 1467 int min_x, min_y, max_bottom, max_right; local in function:AddWindow 1497 &min_y, &max_bottom); 1506 if(area.x > max_right || area.y > max_bottom ||
|
Completed in 4 milliseconds