HomeSort by: relevance | last modified time | path
    Searched refs:newh (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
win_ops.c 226 int neww, newh; local
245 newh = tmp_win->title_height + 2 * tmp_win->frame_bw3D;
246 if(newh < 3) {
271 fy += tmp_win->frame_height - newh;
288 if(fy + newh >= Scr->rooth - Scr->BorderBottom) {
289 fy = Scr->rooth - Scr->BorderBottom - newh;
291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
functions_win_moveresize.c 1045 unsigned int neww, newh; local
1060 newh = winh;
1062 newh -= 2 * tmp_win->frame_bw;
1063 ConstrainSize(tmp_win, &neww, &newh);
1074 newh = winh;
1077 newh -= 2 * tmp_win->frame_bw;
1078 ConstrainSize(tmp_win, &neww, &newh);
1079 if((neww != winw) || (newh != winh) ||
1084 SetupWindow(tmp_win, newx, newy, neww, newh, -1);
1095 newh = winh + winy - newy
    [all...]
occupation.c 879 int neww, newh; local
886 newh = MAX(win->attr.height, occwin->minheight);
887 if(occwin->width == neww && occwin->height == newh) {
901 bheight = (newh - (lines + 2) * vspace) / (lines + 1);
941 occwin->height = newh;
workspace_manager.c 595 const int newh = win->attr.height; local
601 const int bheight = (newh - (lines * vspace)) / lines;
603 const int wheight = newh / lines;
608 if(neww == vs->wsw->width && newh == vs->wsw->height) {
616 vs->wsw->height = newh;

Completed in 8 milliseconds